On 03/04/2008, at 3:58 AM, [EMAIL PROTECTED] wrote:

I'm using maven-assembly-plugin in my POM and the assembly descriptor as below to generate a JAR package. The resultant artifact package is in the
form of artifact-1.0-DEV.jar. But I require the package in the form of
artifact-DEV-1.0.jar. What I need here is the assemblyId should get
appended to the POM's artifactId before the version. Can anyone please
advise how this can be done.


I think you could do this by setting the final name, you can of course construct it dynamically using properties such as current version.

http://maven.apache.org/plugins/maven-assembly-plugin/assembly- mojo.html#finalName

LD.

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

Reply via email to