[ https://issues.apache.org/jira/browse/MJAVADOC-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957631#comment-17957631 ]
Olivier Lamy commented on MJAVADOC-212: --------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-javadoc-plugin#937|https://github.com/apache/maven-javadoc-plugin/issues/937]. > AggregatorJavadocReport/AggregatorTestJavadocReport are used by default in > aggregator and no reports are generated > ------------------------------------------------------------------------------------------------------------------ > > Key: MJAVADOC-212 > URL: https://issues.apache.org/jira/browse/MJAVADOC-212 > Project: Maven Javadoc Plugin (Moved to GitHub Issues) > Issue Type: Bug > Affects Versions: 2.5 > Reporter: Siveton Vincent > Assignee: Siveton Vincent > Priority: Critical > Fix For: 2.5 > > Attachments: MJAVADOC-212.patch, javadoc-aggregation.patch > > > In multimodule way, AggregatorJavadocReport/AggregatorTestJavadocReport are > used by default. Due to the following in the code, > {code:title=AbstractJavadocMojo.java|borderStyle=solid} > if ( aggregate && !project.isExecutionRoot() ) > { > return; > } > {code} > the report is skipped. -- This message was sent by Atlassian Jira (v8.20.10#820010)