You can already do this with <inherited>false</inhertied>.

Hm... I have

     <plugin>
       <artifactId>maven-project-info-reports-plugin</artifactId>
       <inherited>false</inherited>
       <reportSets>
         <reportSet>

in the parent pom and still get the reports generated for the childs.
What am I missing?

Can you cite a use case where this would be useful for something other
than plugins? Since anything can be overridden, it would basically be
something that must be removed from a child pom but present in a parent.

Hm... could not think of anything besides the plugins atm.
Maybe you are right.

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to