You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/09/26 21:41:05 UTC

svn commit: r1762386 - /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Author: rfscholte
Date: Mon Sep 26 21:41:05 2016
New Revision: 1762386

URL: http://svn.apache.org/viewvc?rev=1762386&view=rev
Log:
[MCOMPILER-269] Support modulepath (Java9/Jigsaw)
improve javadoc

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1762386&r1=1762385&r2=1762386&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java Mon Sep 26 21:41:05 2016
@@ -353,7 +353,13 @@ public abstract class AbstractCompilerMo
     private ToolchainManager toolchainManager;
 
     /**
-     * Specify the requirements for this jdk toolchain
+     * <p>
+     * Specify the requirements for this jdk toolchain.
+     * This overrules the toolchain selected by the maven-toolchain-plugin.
+     * </p>
+     * <strong>note:</strong> requires at least Maven 3.3.1
+     * 
+     * @since 3.6
      */
     @Parameter
     private Map<String, String> jdkToolchain;