RE: Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-28 Thread Russell, Mark
N at the commandline? MAR -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 9:27 AM To: Maven Users List Subject: RE: Plugin Question (plugin executing multiple times when it shouldn't) Mark, are you familiar with the section? If you are

RE: Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-28 Thread Mike Perham
t; To: Maven Users List > Subject: RE: Plugin Question (plugin executing multiple times > when it shouldn't) > > Ok a further piece of information. Not sure how to deal with this... > > The setup: > ProjectA > Child-projectA > Child-projectB > >

RE: Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-28 Thread Russell, Mark
Users List Subject: RE: Plugin Question (plugin executing multiple times when it shouldn't) Another piece of info... If I take the exact same configuration for the plugin and move it to a pom that uses "jar" packaging, the goal executes exactly ONE time. In both cases I us

RE: Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-28 Thread Russell, Mark
into some weird bug with "pom" packaging projects? MAR -Original Message- From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 7:32 PM To: Maven Users List Subject: Re: Plugin Question (plugin executing multiple times when it shouldn't) Hello

Re: Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-27 Thread Napoleon Esmundo Ramirez
Hello, You don't have to bind it to a phase when you call it in the commandline. The pom fragment doesn't look wrong at all. There must be something wrong in the code itself. Cheers, Nap On 6/28/06, Russell, Mark <[EMAIL PROTECTED]> wrote: I have a plugin that I will generally call directly