From 2478fdc435b52a076c45f85af17f3ff4e354ff87 Mon Sep 17 00:00:00 2001 From: olyutorskii Date: Fri, 26 Oct 2012 02:56:37 +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 | 68 +++++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 02d4a69..6648bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0.1 + 1.1.1 @@ -135,8 +135,14 @@ org.apache.maven.plugins + maven-install-plugin + 2.4 + + + + org.apache.maven.plugins maven-clean-plugin - 2.4.1 + 2.5 @@ -158,7 +164,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 2.5.1 1.5 1.5 @@ -173,7 +179,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.2 + 2.4 @@ -186,7 +192,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.3 src/main/assembly/descriptor.xml @@ -197,7 +203,7 @@ org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2.1 true @@ -220,13 +226,13 @@ org.apache.maven.plugins maven-resources-plugin - 2.5 + 2.6 org.apache.maven.plugins maven-surefire-plugin - 2.10 + 2.12.4 false true @@ -236,7 +242,7 @@ org.apache.maven.plugins maven-site-plugin - 3.0 + 3.2 true ja @@ -248,14 +254,14 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.8 + 2.9.1 org.apache.maven.plugins maven-pmd-plugin - 2.6 + 2.7.1 ${maven.compiler.target} @@ -267,10 +273,26 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 2.5.2 Max Low + + true + true + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.2 + + ${project.build.sourceEncoding} + + html + xml + @@ -330,7 +352,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.4 + 2.5.1 true true @@ -347,6 +369,7 @@ project-team + org.apache.maven.plugins maven-checkstyle-plugin - 2.8 + 2.9.1 false @@ -433,7 +460,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.6 + 2.7.1 false ${maven.compiler.target} @@ -454,11 +481,14 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 2.5.2 false Max Low + + true + true -- 2.11.0