Re: Calling plugins sequentially

2006-09-17 Thread dan tran
ut I don't know how I can wire them. If they can be wired thru maven phases, I will definitively give a shot. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Sunday, September 17, 2006 8:19 PM To: Maven Developers List Subject: Re: Calling plugins sequentially not po

RE: Calling plugins sequentially

2006-09-17 Thread Manuel Ledesma
how I can wire them. If they can be wired thru maven phases, I will definitively give a shot. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Sunday, September 17, 2006 8:19 PM To: Maven Developers List Subject: Re: Calling plugins sequentially not possible since you do

Re: Calling plugins sequentially

2006-09-17 Thread dan tran
Sunday, September 17, 2006 8:12 PM To: Maven Developers List Subject: Re: Calling plugins sequentially mvn plugin1:goal1 plugin2:goal2 ? -D On 9/17/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Please don't cross-post. The users@ list was the correct place to > post it, s

RE: Calling plugins sequentially

2006-09-17 Thread Manuel Ledesma
I would like to be able to call just one and trigger the execution of the other. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Sunday, September 17, 2006 8:12 PM To: Maven Developers List Subject: Re: Calling plugins sequentially mvn plugin1:goal1 plugin2:goal2

Re: Calling plugins sequentially

2006-09-17 Thread dan tran
mvn plugin1:goal1 plugin2:goal2 ? -D On 9/17/06, Brett Porter <[EMAIL PROTECTED]> wrote: Please don't cross-post. The users@ list was the correct place to post it, so only posting it there is sufficient. - Brett On 18/09/2006, at 10:02 AM, Manuel Ledesma wrote: > First of all, I only have

Re: Calling plugins sequentially

2006-09-17 Thread Brett Porter
Please don't cross-post. The users@ list was the correct place to post it, so only posting it there is sufficient. - Brett On 18/09/2006, at 10:02 AM, Manuel Ledesma wrote: First of all, I only have two days working with maven. I have read the book Better Buils with Maven completely and any