From 88ca014acd9396db56fb14b1b05005d9f9bc7d8f Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 20 Jul 2015 02:42:06 +0300 Subject: [PATCH] The code is clean, so let's enforce FindBugs --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 21fb790eb6..9d55c08537 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,8 @@ UTF-8 + 3.0.1 + true @@ -47,11 +49,11 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.1 + ${findbugs-maven-plugin.version} true true - false + ${findbugs-maven-plugin.failOnError}