Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5
-
Labels:None
-
Number of attachments :
Description
In multimodule way, AggregatorJavadocReport/AggregatorTestJavadocReport are used by default. Due to the following in the code,
AbstractJavadocMojo.java
if ( aggregate && !project.isExecutionRoot() )
{
return;
}
the report is skipped.
Issue Links
- is related to
-
MJAVADOC-196
Create AggregatorJavadocMojo similar to AggregatorSourceJarMojo
-
To reproduce it, go to plugin-tools or plugin-testing and run:
You will see an empty maven-plugin-tools-api\apidocs\index.html or maven-plugin-tools-api\testapidocs\index.html