From 32ab9596be00b95a3a9bf6891b531a729c693778 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 24 Jun 2014 18:52:54 -0700 Subject: [PATCH] Enable Google error-prone for builds --- project/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/project/pom.xml b/project/pom.xml index 1e37d77bb2..bd0ecaa193 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -725,6 +725,8 @@ maven-compiler-plugin 3.1 + javac-with-errorprone + true ${project.build.sourceEncoding} ${maven.compile.source} ${maven.compile.target} @@ -736,8 +738,20 @@ -Xlint:-rawtypes -Xlint:-serial -Xlint:-unchecked + -Xep:GuiceAssistedInjectScoping:OFF + -Xep:LongLiteralLowerCaseSuffix:OFF + -Xep:NonAtomicVolatileUpdate:OFF + -Xep:StringEquality:ERROR + -Xep:TypeParameterUnusedInFormals:OFF + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.5 + + maven-resources-plugin