From 664315e45c258631f65c6d7e601823126a5c6fb4 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Sun, 25 Aug 2013 20:55:33 +0900 Subject: [PATCH] =?utf8?q?Maven=E3=83=97=E3=83=A9=E3=82=B0=E3=82=A4?= =?utf8?q?=E3=83=B3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 26 ++++++------- src/main/config/checks.xml | 7 +++- src/main/config/pmdrules.xml | 92 ++++++++++++++++++++++++++++++-------------- 3 files changed, 82 insertions(+), 43 deletions(-) diff --git a/pom.xml b/pom.xml index 96e0b33..e2491ff 100644 --- a/pom.xml +++ b/pom.xml @@ -138,11 +138,11 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.1.1 + 1.3.1 - [2.2,) + [3.0,) [1.6,) @@ -182,7 +182,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.0 + 3.1 1.6 1.6 @@ -214,7 +214,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.0 + 2.1 package @@ -282,7 +282,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12.4 + 2.16 false true @@ -292,7 +292,7 @@ org.apache.maven.plugins maven-site-plugin - 3.2 + 3.3 true ja @@ -304,14 +304,14 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.9.1 + 2.10 org.apache.maven.plugins maven-pmd-plugin - 2.7.1 + 3.0.1 ${maven.compiler.target} @@ -403,7 +403,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.6 + 2.7 true true @@ -436,7 +436,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 + 2.9.1 false true @@ -464,7 +464,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.12.4 + 2.16 false @@ -493,7 +493,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.9.1 + 2.10 false @@ -510,7 +510,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.7.1 + 3.0.1 false ${maven.compiler.target} diff --git a/src/main/config/checks.xml b/src/main/config/checks.xml index cf55cf6..3e31cbb 100644 --- a/src/main/config/checks.xml +++ b/src/main/config/checks.xml @@ -42,6 +42,7 @@ + @@ -50,7 +51,9 @@ - + + + @@ -114,7 +117,7 @@ - + diff --git a/src/main/config/pmdrules.xml b/src/main/config/pmdrules.xml index a77bfcc..0b76658 100644 --- a/src/main/config/pmdrules.xml +++ b/src/main/config/pmdrules.xml @@ -3,17 +3,16 @@ @@ -21,78 +20,115 @@ custom rulesets for project - - - + + + - + - + + + - + - + + + + + + + + - + + - + + + + - + + - + + + - + - + + + + + - - + - + + + + - + - + + - + - + - + - + + + + + + - + -- 2.11.0