From 7838eaab033351e9454144b7644cc69f3103f3c4 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 4 Dec 2014 02:55:02 -0800 Subject: [PATCH] Enable Google error-prone --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index e266256..8fac2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,8 @@ maven-compiler-plugin 3.3 + javac-with-errorprone + true 1.7 1.7 true @@ -104,6 +106,13 @@ + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.5 + + org.apache.maven.plugins