Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For a POM snippet
<reporting> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </reporting>
all available mojos of the plugin will be used as reports. This includes mojos marked with @aggregator although binding aggregators into the lifecycle can be troublesome, especially if they additionally fork the lifecycle.
Hence I suggest we exclude aggregators from report sets unless explicitly configured by the user.
Attachments
Issue Links
- depends upon
-
MSHARED-266 run aggregator reports only when current projet is pom packaging and has modules
- Closed
- is related to
-
MJAVADOC-171 Modules in multi-module projects are "built" too often
- Closed
- relates to
-
MNG-2184 Possible problem with @aggregator and forked lifecycles
- Open