Okay, if that's the case...how can I copy this file and give it the name I need?
-Dave -----Original Message----- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 11:37 AM To: [email protected] Subject: Re: How can I specify the output name using maven-assembly-plugin? Hi, [...] <configuration> <finalName>your-custom-name</finalName> <appendAssemblyId>false</appendAssemblyId> </configuration> [...] This will not allow you to change the file extension of the generated assembly and a don't think this is possible at all. -Tim Am Tue, 9 Oct 2007 11:03:47 -0400 schrieb "Dave Hoffer" <[EMAIL PROTECTED]>: > How can I specify the output name of the generated > jar-with-dependencies artifact using maven-assembly-plugin? I want > the final jar to be called something like somename.xyz. --------------------------------------------------------------------- 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]
