X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=fa800a2ed67b9e0714e672ee0510fb76df2df922;hp=c356c0b61fd7dc3e84c671bbdf235ec4e2b10935;hb=f5ccf9a8f0902b0b8d4fc4f00d8059357e2880c6;hpb=b6ddff646e3f1376d74670687a79df5968946d6d diff --git a/pom.xml b/pom.xml index c356c0b..fa800a2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ jp.sourceforge.mikutoga pmd2xml - 1.201.105-SNAPSHOT + 1.203.2 jar Pmd2XML @@ -86,22 +86,23 @@ UTF-8 UTF-8 - en - ${locale} - ${locale} - -Duser.language=${locale} - - - false - - ${project.basedir}/src/main/config + + en + en + -Duser.language=en 3.0.0-M3 + 0.8.4 - ${project.mainconf}/checks.xml + 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 @@ -125,7 +126,7 @@ jp.sourceforge.mikutoga togagem - 3.120.2 + 3.122.2 compile @@ -139,6 +140,20 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + @@ -230,16 +245,44 @@ - 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 + + + + + + + @@ -269,7 +312,7 @@ package - shade + shade false @@ -303,7 +346,7 @@ attach-sources verify - jar-no-fork + jar-no-fork @@ -339,11 +382,10 @@ org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.1.1 - . - src/main/assembly/descriptor.xml + src/assembly/src.xml @@ -351,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 @@ -465,13 +505,14 @@ maven-javadoc-plugin 3.1.0 + ${javadoc.locale} + ${maven.compiler.source} false true true protected
${project.name} ${project.version} API
true - ${javadoc.locale} -J-Duser.language=${javadoc.locale}
@@ -497,26 +538,22 @@
- org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + + org.apache.maven.plugins maven-checkstyle-plugin - 2.11 - - false - - + ${checkstyle-plugin.version} @@ -529,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