# HG changeset patch # User Severin Gehwolf # Date 1486584153 -3600 # Node ID 2f3899d0dd36344e1cf5bb6553efe2ebc0e128b6 # Parent 5f090f6844665d153081514b9f1159ec221ea222 [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 diff -r 5f090f684466 -r 2f3899d0dd36 pom.xml --- 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 --> - 3.6.0 + 3.6.1 true 128m