Felipe Leme wrote:

> Hi Jason,
> 
> On 18 Oct 2004 13:51:40 -0400, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> 
>> It's still valid, it gives the user the only way to change the resultant
>> name of the generated artifact. It is highly recommended not to change
>> this but people still need to do it for some reason.
> 
> Ok, I will use that property then for the new properties (jar, rar,
> uberjar, etc...).

Be careful for uberjar. While the local name is something like

target/<artifactId>-<version>-uber.jar

the deployed artifact will be moved in the repository to

ubers/<artifactId>-<version>.jar

But this is for a reason, since in target the jar with that name already
lives.

Regards,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to