RE: [m2] multiple assemblies

2005-10-11 Thread Brian E. Fox
Ok, I thought that was the intent. I tried that before but I get an error saying that the assembly plugin can't be bound to a phase. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 11:47 PM To: Maven Users List Subject: Re: [m2] multiple

Re: [m2] multiple assemblies

2005-10-11 Thread Daniel Krisher
: Monday, October 10, 2005 11:47 PM To: Maven Users List Subject: Re: [m2] multiple assemblies You need to use executions and bind to a phase of the lifecycle (probably package). You can have multiple executions in the lifecycle, but only one from the command line (or it wouldn't know which

Re: [m2] multiple assemblies

2005-10-10 Thread Brett Porter
You need to use executions and bind to a phase of the lifecycle (probably package). You can have multiple executions in the lifecycle, but only one from the command line (or it wouldn't know which config to assign to which). - Brett On 10/11/05, Brian E. Fox [EMAIL PROTECTED] wrote: Hello, I