jira-importer commented on issue #1000: URL: https://github.com/apache/maven-javadoc-plugin/issues/1000#issuecomment-2957368864
**[Benjamin Bentmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bentmann)** commented The snippets you posted don't include a version for the Javadoc Plugin. If this is not configured somewhere else in one your parent POMs, your build will use different plugin versions depending on the Maven version. For instance, Maven 2.0.9 defaults to maven-javadoc-plugin:2.4 while later Maven version default to maven-javadoc-plugin:2.5. So, locking down the plugin version to 2.4 should get your build running regardless of the Maven version. -- 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]
