>-----Original Message-----
>From: Reynald Borer [mailto:reynald.bo...@gmail.com]
>
>You can modify the finalName tag to change the name of artifact. By default
>it is defined like the following:
><project>
><build>
><finalName>${artifactId}-${version}</finalName>
></build>
></project>

That only affects what gets created in your "target" directory.  Once the 
artifact gets uploaded to a repository (e.g. ~/.m2, or a central Nexus repo) 
the "standard" naming is enforced.

The finalName tag is really only useful if you skip the deploy step and use the 
output artifact directly.  (e.g. as part of a larger, non-maven build, or 
emailing it to a customer, etc...)

eric

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

Reply via email to