X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=81bb908337b820766c931120ddf276622a3e8f90;hp=4328365ef83a838cb798d803f241073824e650f1;hb=26a7de90cc885bfa50bfb53523be1d31cf2f1440;hpb=bcb11e52a668697579a6619b256f15890d36a306 diff --git a/pom.xml b/pom.xml index 4328365..81bb908 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + jp.sourceforge.mikutoga togagem - 1.105.3-SNAPSHOT + 2.102.2 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. @@ -60,7 +59,7 @@ - 2.2.1 + 2.2 @@ -91,13 +90,10 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config - - ${maven.compiler.source} - - - ${project.myrepoconf}/checks.xml + ${project.mainconf}/checks.xml + false @@ -108,7 +104,7 @@ junit junit - [4.8.2,) + 4.11 test @@ -124,15 +120,41 @@ 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.4.1 + 2.5 ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -143,7 +165,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.0 1.6 1.6 @@ -158,7 +180,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.4 @@ -171,7 +193,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 src/main/assembly/descriptor.xml @@ -181,24 +203,8 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0.1 - - - - [2.2,3) - - - [1.6,) - - - - - - - org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2.1 true @@ -218,6 +224,80 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.13 + + false + true + + + + + org.apache.maven.plugins + maven-site-plugin + 3.2 + + true + ja + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + ${maven.compiler.target} + + ${project.mainconf}/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 + + + + @@ -233,17 +313,33 @@ src/main/resources - **/*.css - **/*.html - **/*.png - **/*.properties **/*.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 @@ -257,44 +353,121 @@ org.apache.maven.plugins - maven-site-plugin - 3.0 + maven-project-info-reports-plugin + 2.6 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.8 + 2.9 + false + true + true protected + maven + + + + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + false + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.13 + + false + + + + + report-only + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.2 + + ${project.build.sourceEncoding} + + html + xml + org.apache.maven.plugins maven-checkstyle-plugin - 2.6 + 2.9.1 - ${checkstyle.config.location} - UTF-8 + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.7.1 + false ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml @@ -307,26 +480,21 @@ - + true + true + true + ---> - - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.1 - org.codehaus.mojo @@ -335,9 +503,9 @@ - org.apache.maven.plugins - maven-jxr-plugin - 2.2 + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2