Update to maven-compiler-plugin to 3.6.2 This may address a NullPointerException seen in CI. Newer releases require Java 7. Release notes:
https://issues.apache.org/jira/projects/MCOMPILER/versions/12330432 https://issues.apache.org/jira/projects/MCOMPILER/versions/12330433 https://issues.apache.org/jira/projects/MCOMPILER/versions/12330435 https://issues.apache.org/jira/projects/MCOMPILER/versions/12334708 Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/27e67960 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/27e67960 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/27e67960 Branch: refs/heads/nacx-npe Commit: 27e6796002b422637d1f3e97d49d155a1ad9cf2e Parents: 0f8bf0b Author: Andrew Gaul <[email protected]> Authored: Mon Nov 12 10:58:59 2018 -0800 Committer: Ignasi Barrera <[email protected]> Committed: Thu Nov 15 12:38:44 2018 +0100 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/27e67960/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 2839a63..2b0d69d 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -729,7 +729,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.6.2</version> <configuration> <compilerId>javac-with-errorprone</compilerId> <forceJavacCompilerUse>true</forceJavacCompilerUse>
