X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=6fd6bf713c832d0963f6e0ac039f23c874f23a1e;hp=274e9207d8262f530cedb29b91007b3516ec3a65;hb=0ba5d64a08128cc679109f464ef896a4564fd7a0;hpb=f2eb7e4c233978ad269bd05e52d89c2b197a6822 diff --git a/pom.xml b/pom.xml index 274e920..6fd6bf7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + 4.0.0 + jp.sourceforge.mikutoga togagem - 1.105.2 + 2.101.3-SNAPSHOT jar TogaGem TogaGem is a file reader/writer library for MikuMikuDance(MMD) with Java. TogaGem is a file reader library for MikuMikuDance(MMD) with Java. TogaGem is a sub-project of MikuToga project. @@ -31,7 +31,7 @@ MikuToga Partners - http://sourceforge.jp/projects/mikutoga/ + http://sourceforge.jp/projects/mikutoga/devel/ @@ -59,7 +59,7 @@ - 2.1 + 2.2 @@ -90,7 +90,11 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config + + ${project.mainconf}/checks.xml + false + @@ -100,7 +104,7 @@ junit junit - [4,) + 4.10 test @@ -116,28 +120,35 @@ org.apache.maven.plugins - maven-compiler-plugin + maven-enforcer-plugin + 1.0.1 - 1.6 - 1.6 - true - true - - - + + + [2.2,) + + + [1.6,) + + org.apache.maven.plugins maven-clean-plugin + 2.4.1 ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -147,7 +158,23 @@ org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + true + true + + + + + + + + org.apache.maven.plugins maven-jar-plugin + 2.3.2 @@ -160,6 +187,7 @@ org.apache.maven.plugins maven-assembly-plugin + 2.2.1 src/main/assembly/descriptor.xml @@ -169,16 +197,81 @@ org.apache.maven.plugins - maven-enforcer-plugin + maven-source-plugin + 2.1.2 - - - [2.1,3) - - - [1.6,) - - + true + + + ${project.organization.name} + + + + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + false + true + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + true + ja + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.8 + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.6 + + ${maven.compiler.target} + + ${project.mainconf}/pmdrules.xml + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + Max + Low @@ -197,12 +290,33 @@ src/main/resources + **/*.txt + **/*.properties + + **/*.xml **/*.xsd **/*.dtd + + **/*.html + **/*.htm + **/*.css + + **/*.png + **/*.gif + **/*.jpeg + **/*.jpg **/version.properties + + **/.DS_Store + **/_MACOSX + **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini + **/core @@ -211,83 +325,163 @@ + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + true + true + + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 2.8 + false + true + true protected + maven + + + + javadoc + + + - maven-site-plugin - 2.1.1 + org.apache.maven.plugins + maven-jxr-plugin + 2.3 - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + false + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.10 + + false + + + + + report-only + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + ${project.build.sourceEncoding} org.apache.maven.plugins maven-checkstyle-plugin - 2.5 + 2.8 - ${project.myrepoconf}/checks.xml + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.6 - UTF-8 - 1.6 + false + ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml + + + + pmd + cpd + + + org.codehaus.mojo findbugs-maven-plugin - 2.3.1 + 2.3.2 + true Max Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - + org.codehaus.mojo - cobertura-maven-plugin - 2.4 - - - - org.codehaus.mojo javancss-maven-plugin 2.0 - org.apache.maven.plugins - maven-jxr-plugin - 2.2 + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2 + + +