eolivelli commented on a change in pull request #60:
URL: 
https://github.com/apache/maven-javadoc-plugin/pull/60#discussion_r490184530



##########
File path: 
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
##########
@@ -3799,7 +3799,7 @@ else if ( SystemUtils.IS_OS_MAC_OSX && 
!JavaVersion.JAVA_SPECIFICATION_VERSION.i
         {
             javadocExe = new File( SystemUtils.getJavaHome() + File.separator 
+ "bin", javadocCommand );
         }
-        // On Java 9, this has moved to: 
/usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc
+        // On Java 9 the jre subdirectory was removed from the JDK

Review comment:
       @wardev please add a longer comment as requested by @bmhm 
   I feel it is clearer for future changes, when Java < 9 will be history




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to