From 41b40dc97da6f1570f27cdec15776c5cd01d83f5 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Mon, 19 Feb 2018 12:32:33 +1000 Subject: [PATCH] enable errorprobe Signed-off-by: olivier lamy --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index b4fd3b52530..2bbbadfc590 100644 --- a/pom.xml +++ b/pom.xml @@ -406,9 +406,25 @@ maven-compiler-plugin 3.6.2 + javac-with-errorprone + true 1.8 1.8 + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.8 + + + + com.google.errorprone + error_prone_core + 2.2.0 + + org.apache.maven.plugins