X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=blobdiff_plain;f=pom.xml;h=4ef0c305ed2491d879487c8e7ec3ef91b3e9fe62;hp=b3dc8691f3606720fd1c9237f9804b2bc06fa4a4;hb=e28e393729f4614807c5bab69df8e7a7be6e94b1;hpb=95c0027d7370fe76457213598ad4160c43700ca0 diff --git a/pom.xml b/pom.xml index b3dc869..4ef0c30 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.2 + 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 @@ -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 - [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 + + + + + @@ -197,7 +233,12 @@ src/main/resources + **/*.css + **/*.html + **/*.png **/*.properties + **/*.txt + **/*.xml **/*.xsd **/*.dtd @@ -211,33 +252,38 @@ + org.apache.maven.plugins - maven-javadoc-plugin - 2.7 + maven-site-plugin + 2.2 - 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 @@ -246,26 +292,35 @@ maven-pmd-plugin 2.5 - UTF-8 - 1.6 + ${maven.compiler.target} ${project.myrepoconf}/pmdrules.xml + + + + pmd + cpd + + + + + +--> org.codehaus.mojo @@ -286,8 +341,11 @@ + + +