jira-importer commented on issue #968: URL: https://github.com/apache/maven-javadoc-plugin/issues/968#issuecomment-2957365432
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented ok, I reproduced the case with every m-javadoc-p version, and with Maven 2.2.1 here is the result (and the script to calculate it): ``` $ ./mjavadoc-171.sh Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.5.0_22 Java home: /home/opt/jdk1.5.0_22/jre Default locale: fr_FR, platform encoding: UTF-8 OS name: "linux" version: "2.6.38-11-generic" arch: "amd64" Family: "unix" m-javadoc-p 2.0: 3 xmlbeans, 0 compiler m-javadoc-p 2.1: 3 xmlbeans, 0 compiler m-javadoc-p 2.2: 3 xmlbeans, 0 compiler m-javadoc-p 2.3: 18 xmlbeans, 0 compiler m-javadoc-p 2.4: 0 xmlbeans, 0 compiler m-javadoc-p 2.5: 24 xmlbeans, 8 compiler m-javadoc-p 2.6: 24 xmlbeans, 8 compiler m-javadoc-p 2.6.1: 24 xmlbeans, 8 compiler m-javadoc-p 2.7: 24 xmlbeans, 8 compiler m-javadoc-p 2.8: 24 xmlbeans, 8 compiler ``` Here is a few facts I got that can explain some results: - test-javadoc goal was added in m-javadoc-p 2.3 - javadoc-aggregate and test-aggregate were added in m-javadoc-p 2.5, and they "Invoke the execution of the lifecycle phase generate-sources prior to executing itself." this does not really explain everything, but since no reportSet has been defined these aggregate reports are run in addition to non-aggregate reports: see MSITE-454 for thought about avoid this by default, because it is not really expected by users some numbers are different from yours: can you run the script on your machine and share your results? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org