X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=643fea3492a5965112a7377e825ac92f31fe3858;hp=e57ba46dc2e8d3fd5bb1f77cf68c791b95d6ba56;hb=9b83b2ab88046245489726207bf9fe2dd5db4453;hpb=3f22f4504ca2e8e76418df6a105b8c123353e926 diff --git a/pom.xml b/pom.xml index e57ba46..643fea3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + jp.sourceforge.mikutoga pmd2xml - 1.102.5-SNAPSHOT + 1.201.5-SNAPSHOT jar Pmd2XML Pmd2XML is a PMD-XML converter for MikuMikuDance. - + --> http://sourceforge.jp/projects/mikutoga/ 2010 @@ -91,18 +89,12 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config - - org.apache.maven.plugins.shade.resource.ManifestResourceTransformer - - jp.sourceforge.mikutoga.pmd2xml.Pmd2Xml + ${project.mainconf}/checks.xml + false - - ${maven.compiler.source} - - - ${project.myrepoconf}/checks.xml + jp.sfjp.mikutoga.pmd2xml.Pmd2Xml @@ -113,14 +105,14 @@ junit junit - [4.8.2,) + 4.11 test jp.sourceforge.mikutoga togagem - 2.101.2 + 3.101.5-SNAPSHOT compile @@ -136,15 +128,41 @@ org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 + + + + [3.0,) + + + [1.6,) + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.1 + + + + 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 @@ -155,7 +173,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.6 1.6 @@ -170,11 +188,13 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.4 + + ${project.mainentry} + - ${project.mainentry} ${project.organization.name} @@ -183,19 +203,8 @@ org.apache.maven.plugins - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/descriptor.xml - - - - - - org.apache.maven.plugins maven-shade-plugin - 1.4 + 2.1 package @@ -203,6 +212,7 @@ shade + false jp.sourceforge.mikutoga:togagem @@ -218,24 +228,20 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0 + maven-assembly-plugin + 2.4 - - - [2.2,3) - - - [1.6,) - - + . + + src/main/assembly/descriptor.xml + org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2.1 true @@ -255,6 +261,80 @@ + + 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 + + + + @@ -270,17 +350,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 @@ -294,44 +390,121 @@ org.apache.maven.plugins - maven-site-plugin - 2.2 + 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.1 + 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.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.6 + 2.11 - ${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 @@ -347,32 +520,29 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 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