zen0wu / sbt-maven-plugin

A sbt plugin which reads project definitions from pom.xml
Apache License 2.0
83 stars 16 forks source link

Issue with getting project.version #23

Open Veske opened 7 years ago

Veske commented 7 years ago

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.