X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=blobdiff_plain;f=pom.xml;h=fa800a2ed67b9e0714e672ee0510fb76df2df922;hp=47fcbc57c2a7762e1165f5d4dda29a572a0da5df;hb=58007df5978281599ff8f0780a4db8d8dc5db319;hpb=7c60c4a0adc50dcbcbbf93a03b77d9e9d8c7139d diff --git a/pom.xml b/pom.xml index 47fcbc5..fa800a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 @@ -17,28 +16,27 @@ jp.sourceforge.mikutoga pmd2xml - 1.102.5-SNAPSHOT + 1.203.2 jar Pmd2XML Pmd2XML is a PMD-XML converter for MikuMikuDance. - + --> - http://sourceforge.jp/projects/mikutoga/ + https://ja.osdn.net/projects/mikutoga/devel/ 2010 MikuToga Partners - http://sourceforge.jp/projects/mikutoga/devel/ + https://ja.osdn.net/projects/mikutoga/devel/ The MIT License - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -46,9 +44,9 @@ olyutorskii - http://sites.google.com/site/olyutorskiipit/ + https://sites.google.com/site/olyutorskiipit/ MikuToga Partners - http://sourceforge.jp/projects/mikutoga/devel/ + https://ja.osdn.net/projects/mikutoga/devel/ Project Founder Java Developer @@ -59,50 +57,58 @@ - - 2.2.1 - + - scm:hg:http://hg.sourceforge.jp/view/mikutoga/Pmd2XML - scm:hg:ssh://hg.sourceforge.jp//hgroot/mikutoga/Pmd2XML - http://hg.sourceforge.jp/view/mikutoga/Pmd2XML + scm:git:git://git.osdn.net/gitroot/mikutoga/Pmd2XML.git + scm:git:https://scm.osdn.net/gitroot/mikutoga/Pmd2XML.git + https://ja.osdn.net/projects/mikutoga/scm/git/Pmd2XML/ - SourceForge.JP - http://sourceforge.jp/projects/mikutoga/ticket/ + OSDN.net + https://ja.osdn.net/projects/mikutoga/ticket/ - UTF-8 - - 1.6 - 1.6 + 1.8 + 1.8 true true + UTF-8 UTF-8 UTF-8 - ${project.basedir}/src/main/config + + en + en + -Duser.language=en - - org.apache.maven.plugins.shade.resource.ManifestResourceTransformer - - jp.sourceforge.mikutoga.pmd2xml.Pmd2Xml + 3.0.0-M3 + 0.8.4 - - ${maven.compiler.source} + 3.1.0 + 8.22 + config/checkstyle/checkstyle.xml + config/checkstyle/checkstyle-suppressions.xml + false - - ${project.myrepoconf}/checks.xml + 3.12.0 + + 3.1.12 + Max + Low + + true + + jp.sfjp.mikutoga.pmd2xml.Pmd2Xml @@ -113,14 +119,14 @@ junit junit - [4.8.2,) + 4.12 test jp.sourceforge.mikutoga togagem - 2.101.2 + 3.122.2 compile @@ -130,79 +136,186 @@ - + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + + + + + + + org.apache.maven.plugins maven-clean-plugin - 2.4.1 + 3.1.0 ${project.basedir} - **/.DS_Store + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX **/Thumbs.db + **/desktop.ini **/core + **/hs_err_pid* + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-versions + + enforce + + + + + [3.3.9,) + + + [1.8,) + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.8.1 - 1.6 - 1.6 - true - true + 1.8 + 1.8 + true + true org.apache.maven.plugins - maven-jar-plugin - 2.3.2 + maven-surefire-plugin + ${surefire-plugin.version} - - - ${project.mainentry} - ${project.organization.name} - - + true + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + + + org.apache.maven.plugins - maven-assembly-plugin - 2.2.1 + maven-jar-plugin + 3.1.2 - - src/main/assembly/descriptor.xml - + + + ${project.mainentry} + + true + + + + ${project.organization.name} + + org.apache.maven.plugins maven-shade-plugin - 1.4 + 3.2.1 package - shade + shade + false jp.sourceforge.mikutoga:togagem @@ -218,24 +331,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 + 3.1.0 true @@ -249,12 +346,73 @@ attach-sources verify - jar-no-fork + jar-no-fork + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + ${site.locales} + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.1 + + + src/assembly/src.xml + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + + org.apache.maven.plugins + maven-pmd-plugin + ${pmd-plugin.version} + + + ${project.basedir}/config/pmd/pmdrules.xml + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version} + + @@ -270,17 +428,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 +468,108 @@ org.apache.maven.plugins - maven-site-plugin - 3.0 + maven-project-info-reports-plugin + 3.0.0 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + licenses + dependency-info + dependencies + dependency-convergence + plugins + plugin-management + team + issue-management + scm + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.8 + 3.1.0 + ${javadoc.locale} + ${maven.compiler.source} + false + true + true protected +
${project.name} ${project.version} API
+ true + + -J-Duser.language=${javadoc.locale}
+ + + + javadoc + + + +
+ + + org.apache.maven.plugins + maven-jxr-plugin + 3.0.0 + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-plugin.version} + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + + org.apache.maven.plugins maven-checkstyle-plugin - 2.6 - - ${checkstyle.config.location} - UTF-8 - + ${checkstyle-plugin.version} + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + ${pmd-plugin.version} - ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + config/pmd/pmdrules.xml @@ -345,34 +583,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 2.3.2 - - 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 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-plugin.version}