-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Sometimes when you're developing a library or sbt plugin, the most convenient way to test it is in another project, and so you have a dev cycle like this:
- Run
sbt publishLocal - Rerun command in the dependent project to test the changes
When using sbt-dynvar, this dev cycle becomes far more tedious:
- Run
sbt publishLocal - Copy the timestamp that was built
- Open
plugins.sbt/build.sbtin dependent project - Update dependency to have the new timestamp
- Rerun command in other project to test the changes
It'd be nice if out of the box, sbt dynver had a system property that could be set to turn off outputting the timestamp, perhaps replacing it with dev. Of course, I can do this in my own project, but often the project is not my own project, and I don't want to go updating the build.sbt of that project to override the sbt config, and then need to back it out each time I commit, etc.
a1kemist, thesamet and mkurz
Metadata
Metadata
Assignees
Labels
No labels