From b60f3de4c4a0797c33682e0e3eb38204066f52ed Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Thu, 3 Mar 2016 00:27:48 +0000 Subject: [PATCH] Add findbugs to maven check phase --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index d866334f..387be0d3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,27 @@ + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.3 + + Max + false + Low + true + ${project.build.directory}/findbugs + + + + analyze-compile + compile + + check + + + + org.apache.maven.plugins