From: Olyutorskii Date: Tue, 26 Apr 2011 09:58:33 +0000 (+0900) Subject: Maven3への対応準備。 X-Git-Tag: fromMercurial~88 X-Git-Url: http://git.osdn.net/view?p=jindolf%2FJindolf.git;a=commitdiff_plain;h=11d1bc73f00fbcc952aa8a93b6ffdf2977935a17 Maven3への対応準備。 Mavenリポジトリへのソースコード自動格納。 --- diff --git a/pom.xml b/pom.xml index 9cd455e..935e10e 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ - 2.1 + 2.2 @@ -91,11 +91,19 @@ UTF-8 ${project.basedir}/src/main/config + org.apache.maven.plugins.shade.resource.ManifestResourceTransformer jp.sourceforge.jindolf.Jindolf jp/sourceforge/jindolf/resources/image/logo.png + + + ${maven.compiler.source} + + + ${project.myrepoconf}/checks.xml + @@ -105,14 +113,14 @@ junit junit - [4,) + [4.8.2,) test jp.sourceforge.jindolf jinparser - 1.407.2 + 1.407.3-SNAPSHOT compile @@ -129,6 +137,7 @@ org.apache.maven.plugins maven-clean-plugin + 2.4.1 @@ -146,6 +155,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -160,6 +170,7 @@ org.apache.maven.plugins maven-jar-plugin + 2.3.1 @@ -174,6 +185,7 @@ org.apache.maven.plugins maven-assembly-plugin + 2.2.1 src/main/assembly/descriptor.xml @@ -184,6 +196,7 @@ org.apache.maven.plugins maven-shade-plugin + 1.4 package @@ -208,10 +221,11 @@ org.apache.maven.plugins maven-enforcer-plugin + 1.0 - [2.1,3) + [2.2,3) [1.5,) @@ -220,6 +234,29 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + true + + + ${project.organization.name} + + + + + + attach-sources + verify + + jar-no-fork + + + + + @@ -235,13 +272,13 @@ src/main/resources + **/*.css + **/*.html + **/*.png **/*.properties + **/*.txt **/*.xml **/*.xsd - **/*.txt - **/*.html - **/*.css - **/*.png **/version.properties @@ -253,33 +290,36 @@ + org.apache.maven.plugins - maven-javadoc-plugin - 2.7 + maven-site-plugin + 2.2 - protected + ja + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} - maven-site-plugin - 2.1.1 + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 - 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 @@ -299,7 +339,7 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.1 + 2.3.2 Max Low @@ -328,6 +368,7 @@ +