> Is there any way to get Maven to avoid appending version numbers to
> jar files without breaking package resolution, or requiring acrobatics
> on the part of someone wanting to use the package?

No. Or to clarify, you can configure a Maven project to not add the
version number to the file name of the file produced in the target
folder, but you cannot change the file name of the artifact in a Maven
repository (such as the Central Repository).

/Anders

>
> Any insight would be appreciated!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

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

Reply via email to