jira-importer commented on issue #701: URL: https://github.com/apache/maven-javadoc-plugin/issues/701#issuecomment-2957346953
**[Emeric MARTINEAU](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bubulemaster)** commented Ok, if I understand well your issue with OpenJDK 8, you need exclude only build output directory (xxx\targer\) from classpath. That meens is this line that cause your issue : ``` private String getClasspath() throws MavenReportException { ... classpathElements.addAll( getProjectBuildOutputDirs( project ) ); ``` That's right ? If there, it's easy to purpose patch. But comment : http://jira.codehaus.org/browse/MJAVADOC-398?focusedCommentId=353169&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-353169 raise many question. -- 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]
