From b5726caf144b791ad253a1039b598ed5f65ff207 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Fri, 3 May 2019 01:19:22 +0900 Subject: [PATCH] findbugs to spotbugs --- pom.xml | 48 ++++++++++++------------------------------------ 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index d4a841e..db7af89 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,12 @@ ${project.mainconf}/checks.xml false + 3.1.11 + Max + Low + + true + @@ -323,17 +329,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 - - Max - Low - - true - true - true - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} @@ -509,31 +507,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 - - false - Max - Low - - true - true - true - - - - - - org.codehaus.mojo - javancss-maven-plugin - 2.1 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} -- 2.11.0