[maven-javadoc-plugin] 01/01: Try a different javadoc path on Java 9

Emmanuel Bourg ebourg at apache.org
Thu Jul 6 06:07:26 UTC 2017


Le 5/07/2017 à 19:50, Chris West a écrit :

> ++        // On Java 9, this has moved to: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc
> ++        else if ( SystemUtils.IS_OS_MAC_OSX && SystemUtils.JAVA_VERSION_FLOAT > 1.8f )
> ++        {
> ++            javadocExe =
> ++                new File( SystemUtils.getJavaHome() + File.separator + "bin", javadocCommand );
> ++        }

Hi Chris,

Are you sure you want to restrict the alternative path to OS X ? ;)

Emmanuel



More information about the pkg-java-maintainers mailing list