jira-importer commented on issue #850: URL: https://github.com/apache/maven-javadoc-plugin/issues/850#issuecomment-2957357519
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) Unfortunately, that is not always possible. In my case, my multi-module Maven project contains a mix of modular JARs and maven plugins. Maven plugins cannot be defined in a modular JAR. Hence my use of `Automatic-Module-Name`. That's the closest I can get. What do we do in this case? Is there a way to "promote" the Maven plugin module to a modular JAR from the perspective of the Javadoc to avoid this error? -- 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]
