X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=ff04797c1a18f7df966466fff1d7197267262999;hb=499fcb587556d5e77cbf8a42f3690d49f94c900f;hp=387d1c54e0e47fed387dea0bf2b65a592689378d;hpb=c28eb44d226a09b7b984ed3d28ded0a7059f551a;p=mikutoga%2FTogaGem.git diff --git a/pom.xml b/pom.xml index 387d1c5..ff04797 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ jp.sourceforge.mikutoga togagem - 2.101.2 + 3.101.2 jar TogaGem @@ -60,7 +59,7 @@ - 2.2.1 + 2.2 @@ -91,13 +90,10 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config - - ${maven.compiler.source} - - - ${project.myrepoconf}/checks.xml + ${project.mainconf}/checks.xml + false @@ -108,7 +104,7 @@ junit junit - [4.8.2,) + 4.11 test @@ -124,15 +120,41 @@ org.apache.maven.plugins + maven-enforcer-plugin + 1.2 + + + + [3.0,) + + + [1.6,) + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + + + org.apache.maven.plugins maven-clean-plugin - 2.4.1 + 2.5 ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -143,7 +165,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.6 1.6 @@ -158,7 +180,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.4 @@ -171,7 +193,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 src/main/assembly/descriptor.xml @@ -181,24 +203,8 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0.1 - - - - [2.2,3) - - - [1.6,) - - - - - - - org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2.1 true @@ -218,6 +224,80 @@ + + 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.3 + + 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 + + + + @@ -233,17 +313,33 @@ src/main/resources - **/*.css - **/*.html - **/*.png - **/*.properties **/*.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 @@ -257,44 +353,121 @@ org.apache.maven.plugins - maven-site-plugin - 3.0 + maven-project-info-reports-plugin + 2.7 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.8 + 2.9 + false + true + true protected + maven + + + + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + 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.6 + 2.10 - ${checkstyle.config.location} - UTF-8 + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 3.0.1 + false ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml @@ -307,26 +480,21 @@ - + true + true + true + ---> - - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.1 - org.codehaus.mojo @@ -335,9 +503,9 @@ - org.apache.maven.plugins - maven-jxr-plugin - 2.2 + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2