jira-importer commented on issue #960: URL: https://github.com/apache/maven-javadoc-plugin/issues/960#issuecomment-2957364958
**[Benjamin Bentmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bentmann)** commented The difference in behavior of the Javadoc Plugin depending on the Maven versions suggests that your build has not locked down the plugin, hence implicitly relying on the defaults provided by the super POM, which is plugin version 2.4 for Maven 2.0.9 but 2.5 for Maven 2.0.10. For obvious reasons, it is strongly suggested to lock down the versions of all plugins employed for a build. in particular, locking down maven-javadoc-plugin to 2.4 should get the Camel build working with all recent Maven versions. -- 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]
