jira-importer commented on issue #849: URL: https://github.com/apache/maven-javadoc-plugin/issues/849#issuecomment-2957357403
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented You mentioned that you managed to work around this problem using automatic modules so I tried the following: * Main project is a named module that depends upon an automatic module (in this case, guava). Note that this is an external dependency so maven-javadoc-plugin can't really alter its contents. * Run `mvn clean install`. * The project builds but javadoc generation fails with **The code being documented uses modules but the packages defined in https://google.github.io/guava/releases/27.0.1-jre/api/docs/ are in the unnamed module.** I've attached this testcase as javadoc-cannot-link-to-automatic-modules.zip for your review. Please let me know how to reproduce your workaround so I can proceed a bit further with my project which is currently blocked on this. Thank you. -- 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]
