X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=pom.xml;h=1f7f01e95a82f2e900478733524693b34bc541d4;hb=4eb4e28697661a564a7fd47debdb469156838b47;hp=1d22aa8adb1041e67cb7d42be7c4defbda058be5;hpb=51915066a21e1806aee1781a9e7a78a27b28fdbb;p=jindolf%2FJinArchiver.git diff --git a/pom.xml b/pom.xml index 1d22aa8..1f7f01e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ jp.sourceforge.jindolf jinarchiver - 1.503.3-SNAPSHOT + 1.504.5-SNAPSHOT jar JinArchiver @@ -58,20 +58,18 @@ - - 3.0.1 - + - scm:hg:http://hg.osdn.net/view/jindolf/JinArchiver - scm:hg:ssh://hg.osdn.net//hgroot/jindolf/JinArchiver - https://osdn.net/projects/jindolf/scm/hg/JinArchiver/ + scm:git:git://git.osdn.net/gitroot/jindolf/JinArchiver.git + scm:git:https://scm.osdn.net/gitroot/jindolf/JinArchiver.git + https://osdn.net/projects/jindolf/scm/git/JinArchiver - OSDN.NET + OSDN.net https://ja.osdn.net/projects/jindolf/ticket/ @@ -79,8 +77,9 @@ - 1.7 - 1.7 + 1.8 + 1.8 + true true @@ -89,27 +88,21 @@ UTF-8 UTF-8 + en en - -Duser.language=en + -Duser.language=en - 0.7.9 - - 2.17 - 6.19 - ${project.basedir}/src/main/config - ${project.mainconf}/checks.xml + config/checkstyle/checkstyle.xml + config/checkstyle/checkstyle-suppressions.xml false - 3.7 - - 3.0.4 - Max - Low + Max + Low - true + true - jp.sourceforge.jindolf.archiver.JinArchiver + jp.osdn.jindolf.ar.JinArchiver @@ -120,14 +113,14 @@ junit junit - 4.12 + 4.13 test - jp.sourceforge.jindolf + jp.osdn.jindolf jinparser - 1.409.4 + 2.102.4 compile @@ -144,14 +137,134 @@ org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.0.0-M5 + + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.1.1 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + + org.apache.maven.plugins + maven-jxr-plugin + 3.0.0 + + + + org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle-plugin.version} + 3.1.1 com.puppycrawl.tools checkstyle - - ${checkstyleruntime.version} + 8.36.2 + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.13.0 + + + + com.github.spotbugs + spotbugs-maven-plugin + 4.1.3 + + + com.github.spotbugs + spotbugs + 4.1.3 @@ -168,7 +281,6 @@ org.apache.maven.plugins maven-clean-plugin - 3.0.0 @@ -195,32 +307,32 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.4.1 - - - - [3.0.1,) - - - [1.7,) - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.0.2 + + + enforce-versions + + enforce + + + + + [3.3.9,) + + + [1.8,) + + + + + org.apache.maven.plugins maven-compiler-plugin - 3.6.1 - 1.7 - 1.7 + 1.8 + 1.8 @@ -232,7 +344,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 true @@ -241,7 +352,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco-plugin.version} default-prepare-agent @@ -249,40 +359,12 @@ prepare-agent - - default-report - prepare-package - - report - - - - default-check - - check - - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.0 - - - - - - org.apache.maven.plugins maven-jar-plugin - 3.0.2 @@ -301,12 +383,11 @@ org.apache.maven.plugins maven-shade-plugin - 3.0.0 package - shade + shade false @@ -315,61 +396,42 @@ + + org.apache.maven.plugins - maven-source-plugin - 3.0.1 + maven-site-plugin - true - - - ${project.organization.name} - - + ${site.locales} - - - attach-sources - verify - - jar-no-fork - - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - - + org.apache.maven.plugins - maven-site-plugin - 3.6 + maven-javadoc-plugin - ${site.locales} + ${javadoc.locale} + + -J-Duser.language=${javadoc.locale} + ${maven.compiler.source} + true +
${project.name} ${project.version} API
+ true + false + true + all + protected
- - - org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + posix src/assembly/src.xml @@ -378,8 +440,12 @@ org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle-plugin.version} + maven-pmd-plugin + + + config/pmd/pmdrules.xml + + @@ -438,7 +504,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.9 true true @@ -448,21 +513,21 @@ index summary - license + licenses dependency-info dependencies dependency-convergence plugins - plugin-management - project-team - issue-tracking + team + issue-management scm @@ -472,15 +537,18 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 - false + ${javadoc.locale} + + -J-Duser.language=${javadoc.locale} + ${maven.compiler.source} true +
${project.name} ${project.version} API
+ true + false true + all protected - ${javadoc.locale} -
${project.name} ${project.version} API
- true
@@ -494,19 +562,16 @@ org.apache.maven.plugins maven-jxr-plugin - 2.5 org.apache.maven.plugins maven-surefire-report-plugin - 2.19.1 org.jacoco jacoco-maven-plugin - ${jacoco-plugin.version} @@ -519,7 +584,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle-plugin.version} @@ -532,10 +596,9 @@ org.apache.maven.plugins maven-pmd-plugin - ${pmd-plugin.version} - ${project.mainconf}/pmdrules.xml + config/pmd/pmdrules.xml @@ -549,16 +612,78 @@ - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-plugin.version} + com.github.spotbugs + spotbugs-maven-plugin - + + + + release-profile + + + + performRelease + true + + + + + + + + true + org.apache.maven.plugins + maven-source-plugin + + true + + + ${project.organization.name} + + + + + + attach-sources + + jar-no-fork + + + + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + + protected + + + ${project.organization.name} + + + + + + attach-javadocs + + jar + + + + + + + + + +