the project info reports are special as they are included by default.
You want:
<reporting>
<excludeDefaults>true</excludeDefaults>
in your root pom as well.
Cheers,
Brett
Torsten Curdt wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]