jira-importer commented on issue #968: URL: https://github.com/apache/maven-javadoc-plugin/issues/968#issuecomment-2957365423
**[Stefan Seidel](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=seidler)** commented This seems to be a problem with your local build environment. The maven-users mailing list is quite helpful in such cases. Anyway, here's a cleaner version, for convenience already with the plugin version via system property. Run: ``` unzip mjavadoc-171.zip mvn clean site -Djavadoc.plugin.version=2.8 | grep xmlbeans | grep execution | wc -l ``` (and replace the value for javadoc.plugin.version with the version to test). Exact numbers may differ slightly, but the overall tendency is equivalent. -- 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]
