From 592f28f03f8f6eebafaf288468c032beca31a032 Mon Sep 17 00:00:00 2001 From: Thiago Kronig Date: Tue, 5 May 2015 14:23:40 -0300 Subject: [PATCH] Enable Google's Error Prone Enabled by default to catch common Java mistakes as compile-time errors. https://github.com/google/error-prone --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 61824fd69e..af558b1b99 100644 --- a/pom.xml +++ b/pom.xml @@ -700,6 +700,18 @@ org.apache.maven.plugins maven-compiler-plugin 3.1 + + + javac-with-errorprone + true + + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.5 + + org.apache.maven.plugins