From 9fa8e1fc8cb071fbdb3ed0f3af67553a3a765caf Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Sun, 2 Jun 2019 09:57:00 +0900 Subject: [PATCH] findbugs to spotbugs --- pom.xml | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 8c638ea..9152f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,7 @@ en ${locale} ${locale} + -Duser.language=${locale} 3.0.0-M3 0.8.3 @@ -100,6 +101,12 @@ ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml false + 3.1.11 + Max + Low + + true + @@ -344,17 +351,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - Max - Low - - true - true - true - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} @@ -542,19 +541,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - true - Max - Low - - true - true - true - - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} -- 2.11.0