From 5a418dcce6b11fcb4f5a3a92ad728654c809bbc4 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 16 Jul 2015 16:56:09 +0300 Subject: [PATCH] Enable FindBugs --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index e252104a9..2ff028a35 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,25 @@ + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.1 + + true + true + false + + + + run-findbugs + verify + + check + + + + @@ -108,6 +127,12 @@ mockito-all 1.9.5 + + com.google.code.findbugs + annotations + 3.0.0 + provided +