You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gili (JIRA)" <ji...@apache.org> on 2019/01/03 02:09:00 UTC

[jira] [Created] (MJAVADOC-561) Not possible to link to JDK classes since Java 9

Gili created MJAVADOC-561:
-----------------------------

             Summary: Not possible to link to JDK classes since Java 9
                 Key: MJAVADOC-561
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-561
             Project: Maven Javadoc Plugin
          Issue Type: Bug
          Components: jar
    Affects Versions: 3.1.0
            Reporter: Gili
         Attachments: testcase.zip

1. Open testcase
2. {{mvn javadoc:jar}}
3. Notice that generated Javadoc contains broken link to {{java.lang.Number}}

It doesn't look like one can link to the JDK as of version 9 because the URL changed slightly to accommodate Java modules.

Please see https://bugs.openjdk.java.net/browse/JDK-8191363 for a related discussion. If any syntax change is required in the pom, please consider updating https://maven.apache.org/plugins/maven-javadoc-plugin/examples/links-configuration.html accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)