From 0395022ba3fa76065e20f28b5103ca0067659055 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 5 Oct 2017 14:33:26 +0100 Subject: [PATCH] Add Google's error prone - http://errorprone.info --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 51de660ca..e88cf62eb 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,23 @@ 1.8 1.8 UTF-8 + javac-with-errorprone + true + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.8 + + + + com.google.errorprone + error_prone_core + 2.1.1 + + org.codehaus.mojo