Hi Uwe, The javafx-maven-plugin is not a core Maven plugin, nor a Mojohaus one, so you are probably better off filing an issue in the repository ( https://github.com/javafx-maven-plugin/javafx-maven-plugin/issues). I am not sure whether FibreFoX even subscribes to this mailing list, and he would be the best person to answer you.
Regards, Curtis -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden On Thu, Apr 27, 2017 at 8:23 AM, Uwe <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > >
