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