RE: Plugin Annotation to control Inheritance

2006-11-14 Thread franz see
@maven.apache.org Subject: RE: Plugin Annotation to control Inheritance Hi Barrett, Yes, that is correct. You should edit the parent POM. I can see that you've specified the inheritedfalse/inherited in buildpluginManagement//build. Try adding this in the buildplugins/build instead

RE: Plugin Annotation to control Inheritance

2006-11-11 Thread Barrett Nuzum
: dawn.angelito [mailto:[EMAIL PROTECTED] Sent: Sat 11/11/2006 12:19 AM To: users@maven.apache.org Subject: RE: Plugin Annotation to control Inheritance Hi Barrett, Yes, that is correct. You should edit the parent POM. I can see that you've specified the inheritedfalse/inherited in buildpluginManagement

RE: Plugin Annotation to control Inheritance

2006-11-10 Thread Barrett Nuzum
@maven.apache.org Subject: Re: Plugin Annotation to control Inheritance Hi Barrett, I'd like to clarify if you're referring to 20-30 submodules or 20-30 projects that each has a parent POM? For the former, just specify inheritedfalse/inherited to the parent POM. But if you have 20-30 different

RE: Plugin Annotation to control Inheritance

2006-11-10 Thread dawn.angelito
From: dawn.angelito [mailto:[EMAIL PROTECTED] Sent: Fri 11/10/2006 1:15 AM To: users@maven.apache.org Subject: Re: Plugin Annotation to control Inheritance Hi Barrett, I'd like to clarify if you're referring to 20-30 submodules or 20-30 projects that each has

Plugin Annotation to control Inheritance

2006-11-09 Thread Barrett Nuzum
Hi Maven mavens. OK -- my turn for a query. I've written a plugin. I do *not* want that plugin to be inherited by children poms. Our design is like this: ParentPom \-- ProjectPom \-- ModulePom (1..n) I want my plugin to be executed by the ProjectPom but not seen by the

Re: Plugin Annotation to control Inheritance

2006-11-09 Thread dawn.angelito
-Annotation-to-control-Inheritance-tf2604887s177.html#a7272346 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]