X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=40617d3ab648051ba6463d2cb732cd42bdfb2a53;hp=e9713597568563b6146e6f23948431a21b91de55;hb=4a44b5f608e5d55be6704728c4455b8013615483;hpb=c31802900b162ec238ba37d038036cdf9f529cc5 diff --git a/pom.xml b/pom.xml index e971359..40617d3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ jp.sourceforge.mikutoga togagem - 3.101.105-SNAPSHOT + 3.121.3-SNAPSHOT jar TogaGem @@ -90,15 +90,28 @@ en ${locale} ${locale} + -Duser.language=${locale} + + + false 3.0.0-M3 - 0.8.3 - - ${project.basedir}/src/main/config + 0.8.4 - ${project.mainconf}/checks.xml + 3.1.0 + 8.21 + ${project.basedir}/config/checkstyle/checkstyle.xml + ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml false + 3.12.0 + + 3.1.11 + Max + Low + + true + @@ -118,8 +131,27 @@ - - + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + + + + @@ -169,7 +201,7 @@ [3.3.9,) - 1.8 + [1.8,) @@ -186,7 +218,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.8.1 1.8 1.8 @@ -251,9 +283,14 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.1.2 + + + true + + ${project.organization.name} @@ -264,7 +301,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.1.0 true @@ -314,10 +351,10 @@ org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.1.1 - src/main/assembly/descriptor.xml + src/assembly/src.xml @@ -325,34 +362,24 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 - + ${checkstyle-plugin.version} org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + ${pmd-plugin.version} - ${maven.compiler.target} - ${project.mainconf}/pmdrules.xml + ${project.basedir}/config/pmd/pmdrules.xml - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - Max - Low - - true - true - true - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} @@ -445,13 +472,17 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 + 3.1.0 - false + false true true protected - maven +
${project.name} ${project.version} API
+ true + ${javadoc.locale} + + -J-Duser.language=${javadoc.locale}
@@ -465,26 +496,13 @@ org.apache.maven.plugins maven-jxr-plugin - 2.3 - - false - + 3.0.0 org.apache.maven.plugins maven-surefire-report-plugin - 2.14.1 - - false - - - - - report-only - - - + ${surefire-plugin.version} @@ -503,11 +521,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 - - false - - + ${checkstyle-plugin.version} @@ -520,12 +534,10 @@ org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + ${pmd-plugin.version} - false - ${maven.compiler.target} - ${project.mainconf}/pmdrules.xml + ${project.basedir}/config/pmd/pmdrules.xml @@ -539,19 +551,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - true - Max - Low - - true - true - true - - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version}