changeset 2582:4283ab91985b

[JDK 9] Upgrade to maven-compiler-plugin 3.6.0 Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022128.html PR2157
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 08 Feb 2017 11:36:11 +0100
parents f08b3097e2a4
children 3087e467b539
files pom.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Feb 08 11:01:53 2017 +0100
+++ b/pom.xml	Wed Feb 08 11:36:11 2017 +0100
@@ -393,7 +393,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <!--
+               3.6+ is JDK 9 compatible. See:
+               https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
+           -->
+          <version>3.6.0</version>
           <configuration>
             <fork>true</fork>
             <meminitial>128m</meminitial>