jira-importer commented on issue #951: URL: https://github.com/apache/maven-javadoc-plugin/issues/951#issuecomment-2957364511
**[Jörg Hohwiller](https://issues.apache.org/jira/secure/[email protected])** commented Jep I am sure that it does not work for my project when I call with "mvn site". It works if I change to <reportSets> <reportSet> <id>aggregate</id> <configuration> <aggregate>true</aggregate> </configuration> <reports> <report>javadoc</report> </reports> </reportSet> <reportSet> <id>non-aggregate</id> <configuration> <aggregate>false</aggregate> </configuration> <reports> <report>javadoc</report> </reports> </reportSet> So at least I have a workaround. However "aggregate" property seems to be deprecated and "aggregate" goal should be used instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
