X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=4328365ef83a838cb798d803f241073824e650f1;hp=943fe0df025b3fb1cb8bad25ed9aa762e55d36a7;hb=8368100b9cbc8dd5a0d10720596906557f97f0ee;hpb=2685577bb6c42a600c5b197977448eb706c3437d diff --git a/pom.xml b/pom.xml index 943fe0d..4328365 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,12 @@ http://maven.apache.org/maven-v4_0_0.xsd" > 4.0.0 + jp.sourceforge.mikutoga togagem - 1.104-SNAPSHOT + 1.105.3-SNAPSHOT jar TogaGem @@ -31,7 +32,7 @@ MikuToga Partners - http://sourceforge.jp/projects/mikutoga/ + http://sourceforge.jp/projects/mikutoga/devel/ @@ -59,7 +60,7 @@ - 2.1 + 2.2.1 @@ -91,6 +92,13 @@ UTF-8 ${project.basedir}/src/main/config + + + ${maven.compiler.source} + + + ${project.myrepoconf}/checks.xml + @@ -100,7 +108,7 @@ junit junit - [4,) + [4.8.2,) test @@ -116,21 +124,8 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - true - true - - - - - - - - org.apache.maven.plugins maven-clean-plugin + 2.4.1 @@ -147,7 +142,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.1 @@ -160,6 +171,7 @@ org.apache.maven.plugins maven-assembly-plugin + 2.2.1 src/main/assembly/descriptor.xml @@ -170,10 +182,11 @@ org.apache.maven.plugins maven-enforcer-plugin + 1.0.1 - [2.1,3) + [2.2,3) [1.6,) @@ -182,6 +195,29 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + true + + + ${project.organization.name} + + + + + + attach-sources + verify + + jar-no-fork + + + + + @@ -194,38 +230,60 @@ + + src/main/resources + + **/*.css + **/*.html + **/*.png + **/*.properties + **/*.txt + **/*.xml + **/*.xsd + **/*.dtd + + + **/version.properties + + + + org.apache.maven.plugins - maven-javadoc-plugin - 2.7 + maven-site-plugin + 3.0 - protected + ja + true + true + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} - maven-site-plugin - 2.1.1 + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + protected org.apache.maven.plugins maven-checkstyle-plugin - 2.5 + 2.6 - ${project.myrepoconf}/checks.xml + ${checkstyle.config.location} + UTF-8 @@ -234,31 +292,40 @@ maven-pmd-plugin 2.5 - UTF-8 - 1.6 + ${maven.compiler.target} ${project.myrepoconf}/pmdrules.xml + + + + pmd + cpd + + + + + +--> org.codehaus.mojo cobertura-maven-plugin - 2.4 + 2.5.1 @@ -274,8 +341,11 @@ + + +