jira-importer commented on issue #849: URL: https://github.com/apache/maven-javadoc-plugin/issues/849#issuecomment-2957357399
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented `javadoc:jar` is similarly impacted. Reading https://bugs.openjdk.java.net/browse/JDK-8212233 JDK12 and up will not support mixing named and unnamed modules. Maven plugins cannot use Java modules due to MPLUGIN-341. If I try invoke `javadoc::jar` on a Maven plugin (which is an unnamed module) that depends upon a named module, it fails with the aforementioned error. Hopefully the fix for `javadoc:aggregate` and `javadoc:jar` will be the same. -- 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]
