X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=45d2c62e0a1ff44ee060471d9e88ed7c3c9590d5;hp=2b030e69db3d52827e10d1678162f721c7ac2d7a;hb=a0d7d90a0b7ce23f4dcf6e8b25a502e203d791d2;hpb=897ee08bb79ab79750129058c5ea799b16e41574 diff --git a/pom.xml b/pom.xml index 2b030e6..45d2c62 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ jp.sourceforge.mikutoga pmd2xml - 1.201.105-SNAPSHOT + 1.202.3-SNAPSHOT jar Pmd2XML @@ -86,12 +86,23 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + + en + en + -Duser.language=en - ${project.mainconf}/checks.xml + 3.0.0-M3 + 0.8.4 + + 3.1.0 + 8.22 + config/checkstyle/checkstyle.xml + config/checkstyle/checkstyle-suppressions.xml false - 3.1.11 + 3.12.0 + + 3.1.12 Max Low @@ -108,14 +119,14 @@ junit junit - 4.11 + 4.12 test jp.sourceforge.mikutoga togagem - 3.120.2 + 3.122.2 compile @@ -129,6 +140,20 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + @@ -141,19 +166,21 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + 3.1.0 ${project.basedir} - **/.DS_Store - **/_MACOSX + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX **/Thumbs.db - **/thumbs.db - **/Desktop.ini **/desktop.ini **/core + **/hs_err_pid* @@ -190,7 +217,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.1.0 @@ -211,34 +238,64 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + ${surefire-plugin.version} - false true - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.1.2 ${project.mainentry} + + true + ${project.organization.name} @@ -250,12 +307,12 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 3.2.1 package - shade + shade false @@ -275,7 +332,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.1.0 true @@ -289,7 +346,7 @@ attach-sources verify - jar-no-fork + jar-no-fork @@ -298,7 +355,7 @@ org.apache.maven.plugins maven-install-plugin - 2.5.1 + 3.0.0-M1 @@ -313,12 +370,9 @@ org.apache.maven.plugins maven-site-plugin - 3.3 + 3.7.1 - true - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + ${site.locales} @@ -328,11 +382,10 @@ org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.1.1 - . - src/main/assembly/descriptor.xml + src/assembly/src.xml @@ -340,18 +393,16 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.11 - + ${checkstyle-plugin.version} org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + ${pmd-plugin.version} - - ${project.mainconf}/pmdrules.xml + ${project.basedir}/config/pmd/pmdrules.xml @@ -418,7 +469,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 true true @@ -428,20 +479,21 @@ index summary - license + licenses + dependency-info dependencies + dependency-convergence plugins + plugin-management + team + issue-management scm - project-team @@ -451,13 +503,18 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.1.0 - false + ${javadoc.locale} + ${maven.compiler.source} + false true true protected - maven +
${project.name} ${project.version} API
+ true + + -J-Duser.language=${javadoc.locale}
@@ -471,49 +528,32 @@ org.apache.maven.plugins maven-jxr-plugin - 2.3 - - false - + 3.0.0 org.apache.maven.plugins maven-surefire-report-plugin - 2.16 - - false - + ${surefire-plugin.version} + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} - report-only + report - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - - - - org.apache.maven.plugins maven-checkstyle-plugin - 2.11 - - false - - + ${checkstyle-plugin.version} @@ -526,12 +566,10 @@ org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + ${pmd-plugin.version} - false - - ${project.mainconf}/pmdrules.xml + config/pmd/pmdrules.xml