jira-importer commented on issue #712: URL: https://github.com/apache/maven-javadoc-plugin/issues/712#issuecomment-2957347677
**[Harald Wellmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hwellmann)** commented The point is, the test needs at least one external dependency for the bug to show. javadoc will see all the _sources_ of the current reactor, even when the dependencies can't be resolved. But if a module has an internal and an external dependency, failure of resolving the internal one will lead to _all_ dependencies being skipped. The choice of `commons-io` as external dependency is completely arbitrary. I've cleaned up all the unnecessary dependencies and other stuff I overlooked. Thanks for the review! -- 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]
