jira-importer commented on issue #1093: URL: https://github.com/apache/maven-javadoc-plugin/issues/1093#issuecomment-2957375825
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Version **3.3.2** of `m-javadoc-p` use `asm:9.2` so Java 17 and 18 should be supported. https://asm.ow2.io/versions.html Please provide simple minimal project which reproduce your issue. You can check output of `mvn -V javadoc:jar -X`, should contains lines: ``` [DEBUG] org.apache.maven.plugins:maven-javadoc-plugin:jar:3.3.2 ... [DEBUG] org.codehaus.plexus:plexus-java:jar:1.1.0:compile [DEBUG] org.ow2.asm:asm:jar:9.2:compile ... [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.3.2 ... [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:1.1.0 [DEBUG] Included: org.ow2.asm:asm:jar:9.2 ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org