RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Lacoste, Dana (TSG Software San Diego)
k! The moral of the story is: The maven way is "One plugin declaration, multiple executions" Dana Lacoste -Original Message- From: Thierry Lach [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:11 PM To: Maven Users List Subject: Re: Order of executing plugins changed i

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Thierry Lach
- > From: Bernhard David [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 16, 2008 10:22 AM > To: Maven Users List > Subject: RE: Order of executing plugins changed in 2.0.9 ? > > Hello, > > after some long hours with the debugger, I discovered the following

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Brian E. Fox
- > From: Max Bowsher [mailto:[EMAIL PROTECTED] > Sent: 16 April 2008 16:10 > To: Maven Users List > Subject: Re: Order of executing plugins changed in 2.0.9 ? > > > Bernhard David wrote: > >> in maven 2.0.8 I can put the following in a pom to execute first > >

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Bernhard David
TED] > Sent: 16 April 2008 17:08 > To: Maven Users List > Subject: Re: Order of executing plugins changed in 2.0.9 ? > > Wendy Smoak wrote: > > On Wed, Apr 16, 2008 at 7:22 AM, Bernhard David > <[EMAIL PROTECTED]> wrote: > >> Hello, > >> > >>

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
Wendy Smoak wrote: On Wed, Apr 16, 2008 at 7:22 AM, Bernhard David <[EMAIL PROTECTED]> wrote: Hello, after some long hours with the debugger, I discovered the following. If I define a plugin twice like this: What happens if you put both s in the same ? I see you've already solved it by co

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Bernhard David
ubject: Re: Order of executing plugins changed in 2.0.9 ? > > On Wed, Apr 16, 2008 at 7:22 AM, Bernhard David > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > after some long hours with the debugger, I discovered the > following. > > > > If I define

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Wendy Smoak
On Wed, Apr 16, 2008 at 7:22 AM, Bernhard David <[EMAIL PROTECTED]> wrote: > Hello, > > after some long hours with the debugger, I discovered the following. > > If I define a plugin twice like this: What happens if you put both s in the same ? I see you've already solved it by consolidating eve

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Bernhard David
Thanks - it should be reconstructable from my last mail too, but I'll make a test case anyway to simplify things. David > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 16 April 2008 16:23 > To: Maven Users List > Subject: Re: Order of execu

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Wayne Fay
> In practice and to my knowledge and experiences, it has never been like > that. If you can make a simple test case that demonstrates this bug and upload to JIRA, I'm sure someone will take a look at it. Wayne - To unsubscribe,

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Bernhard David
gt; From: Max Bowsher [mailto:[EMAIL PROTECTED] > Sent: 16 April 2008 16:10 > To: Maven Users List > Subject: Re: Order of executing plugins changed in 2.0.9 ? > > > Bernhard David wrote: > >> in maven 2.0.8 I can put the following in a pom to execute first > >

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Jason van Zyl
They are consistent for a given lifecycle, and a lifecycle is setup for a given packaging. The phases are consistent, what is bound to each phase differs. On 16-Apr-08, at 12:08 AM, VUB Stefan Seidel wrote: Hi, AFAIK, the execution of plugins in the same phase is not consistent. We have u

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
Max Bowsher wrote: Bernhard David wrote: in maven 2.0.8 I can put the following in a pom to execute first cargo:start then cargo:deploy in the pre-integration-test phase. In 2.0.9, maven executes deploy first, which breaks the build. VUB Stefan Seidel wrote: > AFAIK, the execution of plugins

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Max Bowsher
Bernhard David wrote: in maven 2.0.8 I can put the following in a pom to execute first cargo:start then cargo:deploy in the pre-integration-test phase. In 2.0.9, maven executes deploy first, which breaks the build. VUB Stefan Seidel wrote: > AFAIK, the execution of plugins in the same phase is

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
Hi, AFAIK, the execution of plugins in the same phase is not consistent. We have used 6 different phases to ensure the ordering is correct. See http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html for a good list. Stefan Bernhard David wrote: Hello, in maven 2.0.8 I can

Order of executing plugins changed in 2.0.9 ?

2008-04-15 Thread Bernhard David
Hello, in maven 2.0.8 I can put the following in a pom to execute first cargo:start then cargo:deploy in the pre-integration-test phase. In 2.0.9, maven executes deploy first, which breaks the build. Declaring the plugin once and having two entries in the doesn't help. org.codehaus.cargo cargo