Description
As far as I understand, adding
<excludeDefaults>true</excludeDefaults>
in the <reporting> section of my pom should have the same effect as
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet></reportSet> </reportSets> </plugin>
... but only that latter had any effect.
(I was mainly trying to disable the dependencies report, because I have many dependencies build with m1 which don't have a proper m2 pom)
Attachments
Issue Links
- is related to
-
MNG-1999 Reporting inheritance does not work properly
- Closed