How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread JC Walmetz
I have a module with a packaging pom. Purpose of this module is to produce a zip assembly and to deploy in the local repo (with mvn install) or in one of my archiva repo (mvn deploy). zip is produced during the package phase. Unfortunately, in the install phase zip is not copied into the local

Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread Antonio Petrelli
2007/11/27, Wendy Smoak [EMAIL PROTECTED]: On Nov 27, 2007 7:18 AM, JC Walmetz [EMAIL PROTECTED] wrote: Is it possible to configure the assembly plugin in order that the zip produced will be deployed in repo during install or deploy ?? I think you want the 'attached' goal. See Building

Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread Wendy Smoak
On Nov 27, 2007 7:18 AM, JC Walmetz [EMAIL PROTECTED] wrote: Is it possible to configure the assembly plugin in order that the zip produced will be deployed in repo during install or deploy ?? I think you want the 'attached' goal. See Building an Assembly as part of the Build Lifecycle here:

Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread JC Walmetz
So simple. I missed that in the doc. Thanks Antonio Petrelli-3 wrote: 2007/11/27, Wendy Smoak [EMAIL PROTECTED]: On Nov 27, 2007 7:18 AM, JC Walmetz [EMAIL PROTECTED] wrote: Is it possible to configure the assembly plugin in order that the zip produced will be deployed in repo during

Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread mxmtycoder
For me, for some reason using just the assembly plugin didn't work. I solved using the http://mojo.codehaus.org/build-helper-maven-plugin/ build-helper-maven-plugin JC Walmetz wrote: So simple. I missed that in the doc. Thanks Antonio Petrelli-3 wrote: 2007/11/27, Wendy Smoak [EMAIL