From 5f8d0e164d5fe30588c1960db50fb4ff3e8873e5 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Thu, 6 Jun 2019 11:12:55 +0900 Subject: [PATCH] findbugs to spotbugs --- pom.xml | 53 ++++++++++++++--------------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index b98c01d..0060ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -76,14 +76,13 @@ - UTF-8 - 1.6 1.6 true true + UTF-8 UTF-8 UTF-8 @@ -92,6 +91,12 @@ ${project.mainconf}/checks.xml false + 3.1.11 + Max + Low + + true + jp.sfjp.mikutoga.pmd2xml.Pmd2Xml @@ -344,17 +349,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - Max - Low - - true - true - true - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} @@ -393,7 +390,7 @@ **/version.properties **/.DS_Store - **/_MACOSX + **/__MACOSX **/Thumbs.db **/thumbs.db **/Desktop.ini @@ -540,31 +537,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - false - Max - Low - - true - true - true - - - - - - org.codehaus.mojo - javancss-maven-plugin - 2.0 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} -- 2.11.0