X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=829fa97a2be21eb38e0c75ffb05600cb374e4462;hp=b3dc8691f3606720fd1c9237f9804b2bc06fa4a4;hb=71e4148b2c51daa24c5b000ca8c7bf4c5cbc913d;hpb=95c0027d7370fe76457213598ad4160c43700ca0 diff --git a/pom.xml b/pom.xml index b3dc869..829fa97 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + 4.0.0 + jp.sourceforge.mikutoga togagem - 1.104.2 + 2.102.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.11 test @@ -116,28 +120,41 @@ org.apache.maven.plugins - maven-compiler-plugin + maven-enforcer-plugin + 1.2 - 1.6 - 1.6 - true - true - - - + + + [3.0,) + + + [1.6,) + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + + + org.apache.maven.plugins maven-clean-plugin + 2.5 ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -147,7 +164,23 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.6 + 1.6 + true + true + + + + + + + + org.apache.maven.plugins maven-jar-plugin + 2.4 @@ -160,6 +193,7 @@ org.apache.maven.plugins maven-assembly-plugin + 2.4 src/main/assembly/descriptor.xml @@ -169,16 +203,98 @@ org.apache.maven.plugins - maven-enforcer-plugin + maven-source-plugin + 2.2.1 - - - [2.1,3) - - - [1.6,) - - + true + + + ${project.organization.name} + + + + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14 + + 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.10 + + + + + 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 + @@ -197,12 +313,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 +348,172 @@ + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.6 + + true + true + + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 2.9 + 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.14 + + 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.5 + 2.10 - ${project.myrepoconf}/checks.xml + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.7.1 - 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.5.2 + false Max Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - + + true + true + true + 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 + + +