X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=c8673237befb9d5e60c3cd1bdcd1681c98f652df;hp=47fcbc57c2a7762e1165f5d4dda29a572a0da5df;hb=61dbd7abc16cb23129d3892ba165b931ce2d2af0;hpb=7c60c4a0adc50dcbcbbf93a03b77d9e9d8c7139d diff --git a/pom.xml b/pom.xml index 47fcbc5..c867323 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 @@ -60,7 +58,7 @@ - 2.2.1 + 2.2 @@ -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 + 2.102.5-SNAPSHOT compile @@ -136,15 +128,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 @@ -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.2 + 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.1 + 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.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 + + + + @@ -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 - 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 @@ -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.5.1 - - - - 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