You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get project.version from pom? I would need to use that version for naming my rpm file name in build.sbt and also I have a application.properties file on project resources folder that has a value version=${project.version}. This gets filled by maven if I would do package for instance but with this sbt plugin it never gets filled.
The text was updated successfully, but these errors were encountered:
How can I get
project.version
frompom
? I would need to use that version for naming myrpm
file name inbuild.sbt
and also I have a application.properties file on project resources folder that has a valueversion=${project.version}
. This gets filled by maven if I would do package for instance but with this sbt plugin it never gets filled.The text was updated successfully, but these errors were encountered: