I would ask, is there a way to do exactly the opposite? Ie define a plugin to execute for all children, but not for the parent?
-----Original Message----- From: Prasad Kashyap [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 5:16 PM To: [email protected] Subject: Re: Multiproject inheritance Nevermind. I used the <inherited>false</inherited> on the <plugin> itself. I used to use it on the <execution> before and that is why it didn't work. Thanks for reading though. Cheers Prasad On 2/9/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > I have a parent pom whose packaging is set to "pom". It also executes > a plugin in it's <build>. > > However, the child project is also inheriting and executing the same > plugin. I don't want this to happen. > > What can I do to prevent this ? > > Thank you in advance. > > Cheers > Prasad > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
