X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=643fea3492a5965112a7377e825ac92f31fe3858;hp=6c843ae31f2f9ef89672207ccb46fe3fa9dc2fa5;hb=ceccd4a854175208e28020ab78e5015a60bb3a57;hpb=5991432cabd5db57b6f8df6f1aadfe4b90d6a381 diff --git a/pom.xml b/pom.xml index 6c843ae..643fea3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + 4.0.0 + jp.sourceforge.mikutoga pmd2xml - 1.102.4 + 1.201.5-SNAPSHOT jar Pmd2XML Pmd2XML is a PMD-XML converter for MikuMikuDance. - + --> http://sourceforge.jp/projects/mikutoga/ 2010 MikuToga Partners - http://sourceforge.jp/projects/mikutoga/ + http://sourceforge.jp/projects/mikutoga/devel/ @@ -59,7 +58,7 @@ - 2.1 + 2.2 @@ -90,11 +89,13 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config - - org.apache.maven.plugins.shade.resource.ManifestResourceTransformer - - jp.sourceforge.mikutoga.pmd2xml.Pmd2Xml + ${project.basedir}/src/main/config + + ${project.mainconf}/checks.xml + false + + jp.sfjp.mikutoga.pmd2xml.Pmd2Xml + @@ -104,14 +105,14 @@ junit junit - [4,) + 4.11 test jp.sourceforge.mikutoga togagem - 1.105.2 + 3.101.5-SNAPSHOT compile @@ -127,28 +128,41 @@ org.apache.maven.plugins - maven-compiler-plugin + maven-enforcer-plugin + 1.3.1 - 1.6 - 1.6 - true - true - - - + + + [3.0,) + + + [1.6,) + + org.apache.maven.plugins + maven-install-plugin + 2.5.1 + + + + org.apache.maven.plugins maven-clean-plugin + 2.5 ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -158,30 +172,39 @@ org.apache.maven.plugins - maven-jar-plugin + maven-compiler-plugin + 3.1 - - - ${project.mainentry} - ${project.organization.name} - - + 1.6 + 1.6 + true + true + + + org.apache.maven.plugins - maven-assembly-plugin + maven-jar-plugin + 2.4 - - src/main/assembly/descriptor.xml - + + + ${project.mainentry} + + + ${project.organization.name} + + org.apache.maven.plugins maven-shade-plugin + 2.1 package @@ -189,6 +212,7 @@ shade + false jp.sourceforge.mikutoga:togagem @@ -204,16 +228,110 @@ org.apache.maven.plugins - maven-enforcer-plugin + maven-assembly-plugin + 2.4 - - - [2.1,3) - - - [1.6,) - - + . + + src/main/assembly/descriptor.xml + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + 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.16 + + 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.11 + + + + + 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 + @@ -232,12 +350,33 @@ 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 @@ -246,83 +385,172 @@ + org.apache.maven.plugins - maven-javadoc-plugin + maven-project-info-reports-plugin 2.7 + true + true + + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + 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.16 + + 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.11 - ${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 + + +