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

2006-06-28 Thread Russell, Mark
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, You don't have to bind

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

2006-06-28 Thread Russell, Mark
AM To: Maven 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 use

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

2006-06-28 Thread Mike Perham
, June 28, 2006 10:02 AM 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 The plugin is configure

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

2006-06-28 Thread Russell, Mark
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 buildpluginManagement section? If you

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