jira-importer commented on issue #852:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/852#issuecomment-2957357615

   
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** 
commented
   
   Actually, I'm not sure that this issue is fully resolved.
   
   "--add-modules" works for a simple "exports" but will fail for "exports 
SecretPackage to MyFriend".
   
   I tried using "--add-reads SecretPackage=MyFriend" but it seems that the 
Javadoc tool is mapping the automatic module to the unnamed module as opposed 
to the name specified by "Automatic-Module-Name". It doesn't make sense to 
export "SecretPackage" to the entire world (the unnamed module) because it is 
meant for private consumption. Any ideas?
   


-- 
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]

Reply via email to