changeset 2586:2f3899d0dd36

[JDK 9] Upgrade to maven-compiler-plugin 3.6.1 This fixes an issue with test compilation. When a user specifies -Dmaven.test.skip=true test compilation should be skipped. maven-compiler-plugin 3.6.0 compiles tests with that flag set regardless. See: https://issues.apache.org/jira/browse/MCOMPILER-284 Reviewed-by: stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022150.html PR2157
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 08 Feb 2017 21:02:33 +0100
parents 5f090f684466
children cabc8dcc4b08
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Feb 08 14:15:28 2017 -0500
+++ b/pom.xml	Wed Feb 08 21:02:33 2017 +0100
@@ -397,7 +397,7 @@
                3.6+ is JDK 9 compatible. See:
                https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
            -->
-          <version>3.6.0</version>
+          <version>3.6.1</version>
           <configuration>
             <fork>true</fork>
             <meminitial>128m</meminitial>