jira-importer commented on issue #741: URL: https://github.com/apache/maven-javadoc-plugin/issues/741#issuecomment-2957349240
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The problem is caused by `org.apache.maven:maven-parent:27`, which adds 2 tagletArtifacts to the configuration o the maven-javadoc-plugin: org.apache.maven.plugin-tools:maven-plugin-tools-javadoc and org.codehaus.plexus:plexus-javadoc. These custom tags depend on tools.jar (as specified in their pom.xml), which is not going to work with Java9. I've ask the jigsaw-dev list how this should work. -- 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]
