I want the javafx-maven-plugin to create a jar file but without the version
number in the file name.
So I added 
<finalName>${project.artifactId}</finalName>
to the configuration section but the plugin seems to ignore that.
What is wrong?



--
View this message in context: 
http://maven.40175.n5.nabble.com/javafx-maven-plugin-seems-to-ignore-finalName-parameter-tp5907231.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to