From: Olyutorskii Date: Sat, 4 May 2019 12:31:47 +0000 (+0900) Subject: update pmd plugin X-Git-Tag: release-1.206.112~1^2~3 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=f158104ede60bfd4f76a5b4960513756e2466a36;p=jindolf%2FJinCore.git update pmd plugin --- diff --git a/config/pmd/pmdrules.xml b/config/pmd/pmdrules.xml index 09e1d3e..ccc7751 100644 --- a/config/pmd/pmdrules.xml +++ b/config/pmd/pmdrules.xml @@ -2,9 +2,9 @@ - + - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + - + + + - + - - - - + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - + - + + - + - - - - - + - + diff --git a/pom.xml b/pom.xml index 8c8c4d4..01c35cf 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,8 @@ ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml false - 3.7 + 3.12.0 + true 3.1.11 Max @@ -367,6 +368,17 @@ + org.apache.maven.plugins + maven-pmd-plugin + ${pmd-plugin.version} + + + ${project.basedir}/config/pmd/pmdrules.xml + + + + + com.github.spotbugs spotbugs-maven-plugin ${spotbugs-plugin.version}