You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Evan Ward (Jira)" <ji...@apache.org> on 2020/04/15 14:39:00 UTC

[jira] [Created] (MJAVADOC-650) Fix Javadoc search path for Java 9+

Evan Ward created MJAVADOC-650:
----------------------------------

             Summary: Fix Javadoc search path for Java 9+
                 Key: MJAVADOC-650
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-650
             Project: Maven Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Evan Ward


Hi,

Java 9 changed the directory structure of the JDK and JRE so [1] no longer finds the javadoc command. Debian has a patch to fix this at [2]. It's only a few lines. Please apply the patch or implement the capability to look for `./bin/javadoc` as well as `../bin/javadoc`.

Thanks,

Evan

 

[1] [https://github.com/apache/maven-javadoc-plugin/blob/master/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java#L3805]

[2] [https://sources.debian.org/data/main/m/maven-javadoc-plugin/3.0.1-3/debian/patches/openjdk-9-javadoc-path.patch]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)