Re: Maven assembly plugin question

2007-06-14 Thread Kannan Ekanath
Hi, Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a myapp.zip however, when I do a mvn install i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not myapp.zip(myapp.zip gets copied into the m2\repo as

Re: Maven assembly plugin question

2007-06-14 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a myapp.zip however, when I do a mvn install i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not

Maven assembly plugin question

2007-06-13 Thread Kannan Ekanath
Maven version: 2.0.4 Maven assembly plugin version: 2.2 (current version) I assume that maven plugin related questions are supposed to be asked in the main maven mailling list. Kindly let me know if that isnot the case. I have got an assembly plugin to work from

Re: Maven assembly plugin question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: mvn -Dproject.build.finalName=my-installer-0.3-SNAPSHOT clean assembly:assembly but it still creates the zip file with the name package-0.3-SNAPSHOT. Can someone tell me if there is something i am missing? Try setting buildfinalName in