You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Uwe <uw...@amsde.com> on 2017/04/27 13:23:39 UTC

javafx-maven-plugin seems to ignore finalName parameter

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: javafx-maven-plugin seems to ignore finalName parameter

Posted by Curtis Rueden <ct...@wisc.edu>.
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 <uw...@amsde.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>