JackPGreen opened a new issue, #1327: URL: https://github.com/apache/maven-javadoc-plugin/issues/1327
### Affected version 3.12.0 ### Bug description Imagine a multi-module project where different modules use different versions of the same dependency - e.g. connectors to version `1` and `2` of some service. The `javadoc:aggregate` prunes the classpath supplied to the `javadoc` tool to include only the _latest_ version of a dependency - which can lead to compile errors when referencing something exclusively in the older 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]
