X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=pom.xml;h=98ec3fcf792a6dda547bfc68be4e3d2954383f7c;hb=058207caae3aa2af57a8107090f034450167a19f;hp=47fcbc57c2a7762e1165f5d4dda29a572a0da5df;hpb=7c60c4a0adc50dcbcbbf93a03b77d9e9d8c7139d;p=mikutoga%2FPmd2XML.git diff --git a/pom.xml b/pom.xml index 47fcbc5..98ec3fc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,7 @@ - + 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 - - - ${maven.compiler.source} + ${project.mainconf}/checks.xml + false - - ${project.myrepoconf}/checks.xml + jp.sourceforge.mikutoga.pmd2xml.Pmd2Xml @@ -113,14 +105,14 @@ junit junit - [4.8.2,) + 4.10 test jp.sourceforge.mikutoga togagem - 2.101.2 + 2.101.3-SNAPSHOT compile @@ -136,6 +128,22 @@ org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + + [2.2,) + + + [1.6,) + + + + + + + org.apache.maven.plugins maven-clean-plugin 2.4.1 @@ -144,7 +152,11 @@ ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -173,8 +185,10 @@ 2.3.2 + + ${project.mainentry} + - ${project.mainentry} ${project.organization.name} @@ -183,19 +197,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 + 1.5 package @@ -218,17 +221,12 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0.1 + maven-assembly-plugin + 2.2.1 - - - [2.2,3) - - - [1.6,) - - + + src/main/assembly/descriptor.xml + @@ -255,6 +253,63 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + false + true + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + true + ja + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.8 + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.6 + + ${maven.compiler.target} + + ${project.mainconf}/pmdrules.xml + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + Max + Low + + + @@ -270,17 +325,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,15 +365,34 @@ org.apache.maven.plugins - maven-site-plugin - 3.0 + maven-project-info-reports-plugin + 2.4 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + @@ -310,28 +400,81 @@ maven-javadoc-plugin 2.8 + 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.10 + + false + + + + + report-only + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + ${project.build.sourceEncoding} org.apache.maven.plugins maven-checkstyle-plugin - 2.6 + 2.8 - ${checkstyle.config.location} - UTF-8 + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.6 + false ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml @@ -349,30 +492,23 @@ findbugs-maven-plugin 2.3.2 + false Max Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - + 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