RE: M2: Assembly Plugin Breaks Module Build

2006-05-10 Thread Jake Pezaro
that in a separate email. jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: 06 May 2006 00:32 To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build Jake, the below structure works for me parent pom.xml child-1 pom.xml child-2 pom.xml

Re: M2: Assembly Plugin Breaks Module Build

2006-05-10 Thread Dario Luis Coneglian Oliveros
-module builds, but have listed that in a separate email. jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: 06 May 2006 00:32 To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build Jake, the below structure works for me parent pom.xml child-1

M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread Jake Pezaro
We have a number of projects which we build nightly using maven. I have grouped these together using modules so that i can build deploy them all at once with one command (mvn assembly:assembly deploy). The problem is that the build fails because the assembly:assembly target requires all

Re: M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread dan tran
for project that requires assembly, bind assembly:attached to the package phase, then you run maven deploy -D On 5/5/06, Jake Pezaro [EMAIL PROTECTED] wrote: We have a number of projects which we build nightly using maven. I have grouped these together using modules so that i can build

RE: M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread Jake Pezaro
] Error creating assembly Embedded error: c:\dev\workspace\ServerAppPom\target isn't a directory jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Fri 5/5/2006 6:31 PM To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build for project that requires

Re: M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread dan tran
] Error creating assembly Embedded error: c:\dev\workspace\ServerAppPom\target isn't a directory jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Fri 5/5/2006 6:31 PM To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build for project that requires