X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=73470b566125b3be75a7246ff2939f16060a4465;hp=943fe0df025b3fb1cb8bad25ed9aa762e55d36a7;hb=53327753434051764797a3acdd4e4fa9413396a5;hpb=2685577bb6c42a600c5b197977448eb706c3437d diff --git a/pom.xml b/pom.xml index 943fe0d..73470b5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + 4.0.0 + jp.sourceforge.mikutoga togagem - 1.104-SNAPSHOT + 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.1 + + 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.1 + + 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 + 3.0.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 + @@ -194,88 +310,210 @@ + + 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 + + + + 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.1 + + 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 + 3.0.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 + + +