jira-importer commented on issue #849: URL: https://github.com/apache/maven-javadoc-plugin/issues/849#issuecomment-2957357395
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented Regarding #4, how would that work exactly? If you look at the testcase, you'll notice that we're running the Javadoc tool against unpacked files. I don't see how you would add a manifest file in this context. I tried manually adding MANIFEST.MF containing **Automatic-Module-Name: module2** but it did not make a difference. Either MANIFEST.MF isn't being picked up by the Javadoc tool, or **Automatic-Module-Name** is not sufficient in this case (i.e. we need **module-info.java**). -- 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]
