jira-importer commented on issue #873: URL: https://github.com/apache/maven-javadoc-plugin/issues/873#issuecomment-2957358758
**[Markus Karg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mkarg)** commented I assume this is caused by Maven Javadoc Plugin adding --module-path as soon as it finds a module-info.java file in the src folder. This should be modified in a way that the existence of that file is to be ignored by the plugin as soon as the provided \<source> is 8 or older, because the aim of such a feature / files combination simply is to have JavaDocs created "as if" the used JDK "would be" 8 - and JDK 8's JavaDoc tool simply ignores that file. -- 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]
