X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FVmd2XML.git;a=blobdiff_plain;f=pom.xml;h=0c2ec1f5f5c1cb8ba4b1a89a6d093ffb1fe69d56;hp=7b31956c21144321064d488aa7d7ee7b2ffa00ce;hb=HEAD;hpb=3b2ce0cb5ae5fc33710e15296e56401b2b0d4616 diff --git a/pom.xml b/pom.xml index 7b31956..0c2ec1f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,14 @@ 4.0.0 @@ -16,7 +16,7 @@ jp.sourceforge.mikutoga vmd2xml - 1.101.5-SNAPSHOT + 2.103.2 jar Vmd2XML @@ -25,18 +25,18 @@ -->Vmd2XML is a VMD-XML converter for MikuMikuDance. - http://sourceforge.jp/projects/mikutoga/ + https://ja.osdn.net/projects/mikutoga/devel/ 2011 MikuToga Partners - http://sourceforge.jp/projects/mikutoga/devel/ + https://ja.osdn.net/projects/mikutoga/devel/ The MIT License - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -44,9 +44,9 @@ olyutorskii - http://sites.google.com/site/olyutorskiipit/ + https://sites.google.com/site/olyutorskiipit/ MikuToga Partners - http://sourceforge.jp/projects/mikutoga/devel/ + https://ja.osdn.net/projects/mikutoga/devel/ Project Founder Java Developer @@ -57,43 +57,57 @@ - - 2.2 - + - scm:hg:http://hg.sourceforge.jp/view/mikutoga/Vmd2XML - scm:hg:ssh://hg.sourceforge.jp//hgroot/mikutoga/Vmd2XML - http://hg.sourceforge.jp/view/mikutoga/Vmd2XML + scm:git:git://git.osdn.net/gitroot/mikutoga/Vmd2XML.git + scm:git:https://scm.osdn.net/gitroot/mikutoga/Vmd2XML.git + https://ja.osdn.net/projects/mikutoga/scm/git/Vmd2XML/ - SourceForge.JP - http://sourceforge.jp/projects/mikutoga/ticket/ + OSDN.net + https://ja.osdn.net/projects/mikutoga/ticket/ - UTF-8 - - 1.6 - 1.6 + 1.8 + 1.8 true true + UTF-8 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.12.0 + + 3.1.12 + Max + Low + + true + jp.sfjp.mikutoga.vmd2xml.Vmd2Xml @@ -105,14 +119,14 @@ junit junit - 4.11 + 4.12 test jp.sourceforge.mikutoga togagem - 2.102.5-SNAPSHOT + 3.122.2 compile @@ -122,77 +136,166 @@ - + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + + + + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.2 - - - - [3.0,) - - - [1.6,) - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.4 - + 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* + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-versions + + enforce + + + + + [3.3.9,) + + + [1.8,) + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 - 1.6 - 1.6 - true - true + 1.8 + 1.8 + true + true org.apache.maven.plugins + maven-surefire-plugin + ${surefire-plugin.version} + + true + + + + + 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} @@ -204,12 +307,12 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 3.2.1 package - shade + shade false @@ -228,20 +331,8 @@ org.apache.maven.plugins - maven-assembly-plugin - 2.4 - - . - - src/main/assembly/descriptor.xml - - - - - - org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.1.0 true @@ -255,7 +346,7 @@ attach-sources verify - jar-no-fork + jar-no-fork @@ -263,76 +354,63 @@ org.apache.maven.plugins - maven-resources-plugin - 2.6 + maven-install-plugin + 3.0.0-M1 org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 + maven-deploy-plugin + 3.0.0-M1 + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 - false - true + ${site.locales} + + + org.apache.maven.plugins - maven-site-plugin - 3.3 + maven-assembly-plugin + 3.1.1 - true - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + + src/assembly/src.xml + 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 - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - ${project.build.sourceEncoding} - - html - xml - - + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} @@ -371,7 +449,7 @@ **/version.properties **/.DS_Store - **/_MACOSX + **/__MACOSX **/Thumbs.db **/thumbs.db **/Desktop.ini @@ -391,7 +469,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 true true @@ -401,20 +479,21 @@ index summary - license + licenses + dependency-info dependencies + dependency-convergence plugins + plugin-management + team + issue-management scm - project-team @@ -424,13 +503,18 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 + 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}
@@ -444,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.14.1 - - false - + ${surefire-plugin.version} + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} - report-only + report - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - ${project.build.sourceEncoding} - - html - xml - - - - - org.apache.maven.plugins maven-checkstyle-plugin - 2.10 - - false - - + ${checkstyle-plugin.version} @@ -499,12 +566,10 @@ org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + ${pmd-plugin.version} - false - ${maven.compiler.target} - ${project.mainconf}/pmdrules.xml + config/pmd/pmdrules.xml @@ -518,31 +583,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - false - Max - Low - - true - true - true - - - - - - org.codehaus.mojo - javancss-maven-plugin - 2.0 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version}