> 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: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to