André Rüdiger
André Rüdiger
The ability to explicitly create (tagged) snapshots would enable support for versioned state.
Nope. :) Are these snapshots created just at static intervals or will it be possible to trigger them by a prop on e.g. `Emitted`?
Looks pretty flexible. Thanks for the heads-up @krasserm!
Haha! What's the best practice here? Simply wiping `src_managed` doesn't work as there could be other plugins putting files there. And detecting boilerplate artifacts doesn't work as there are no...
:+1: Thx @jrudolph!
The pattern in maven is that generated files are written to `target/generated-sources/[generator-id]` so that every generator gets its own folder. Would be a lot easier to maintain generated artifacts that...
related: https://github.com/sbt/sbt-xjc/issues/15#issuecomment-138522283
Thx! And sorry for chiming in a bit late here.
So the difference to other tools is that difftastic is an alternative diff tool while e.g. diff-so-fancy is implemented as a pager? Would be nice if `git config --global diff.external...