jira-importer commented on issue #852: URL: https://github.com/apache/maven-javadoc-plugin/issues/852#issuecomment-2957357636
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented I missed those questions, but here are my thoughts: - I don't understand why the export to the unnamed module is required. If both module1 and module2 are available on the modulepath I would expect them to see each other. So we need to finetune that. - The plugin has the info to calculate if the `export to` is relevant. But if module2 has a dependency on module1, then it makes sense to add it to the modulepath, otherwise (if it had a module descriptor) it wouldn;t even compile. -- 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]
