X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=pom.xml;h=e84406bb7177e9af35aa8f33c57e798a932fd316;hb=8318493fc4996ec7ee15d8ee952e36f54443bae7;hp=7359193c5ab1ff60fc678171bcc14495d3cfe4fc;hpb=7799c1e9fcb0823909569272d7cc0d13936a49ce;p=jindolf%2FJinParser.git diff --git a/pom.xml b/pom.xml index 7359193..e84406b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,22 @@ - + 4.0.0 - jp.sourceforge.jindolf + jp.osdn.jindolf jinparser - 1.407.4 + 2.101.1-SNAPSHOT jar JinParser @@ -26,18 +26,18 @@ -->作られたJavaライブラリです。 - http://sourceforge.jp/projects/jindolf/devel/ + https://ja.osdn.net/projects/jindolf/devel/ 2009 Jindolf Partners - http://sourceforge.jp/projects/jindolf/devel/ + https://ja.osdn.net/projects/jindolf/devel/ The MIT License - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -45,9 +45,9 @@ olyutorskii - http://sites.google.com/site/olyutorskiipit/ + https://sites.google.com/site/olyutorskiipit/ Jindolf Partners - http://sourceforge.jp/projects/jindolf/devel/ + https://ja.osdn.net/projects/jindolf/devel/ Project Founder Java Developer @@ -58,45 +58,55 @@ - - 2.2 - + - scm:hg:http://hg.sourceforge.jp/view/jindolf/JinParser - scm:hg:ssh://hg.sourceforge.jp//hgroot/jindolf/JinParser - http://hg.sourceforge.jp/view/jindolf/JinParser/ + scm:hg:http://hg.osdn.net/view/jindolf/JinParser + scm:hg:ssh://hg.osdn.net//hgroot/jindolf/JinParser + https://osdn.net/projects/jindolf/scm/hg/JinParser/ - SourceForge.JP - http://sourceforge.jp/projects/jindolf/ticket/ + OSDN.NET + https://ja.osdn.net/projects/jindolf/ticket/ - UTF-8 - - 1.5 - 1.5 + 1.7 + 1.7 true true + UTF-8 UTF-8 UTF-8 - ${project.basedir}/src/main/config + en + en + -Duser.language=en - - ${maven.compiler.source} + 0.8.0 - - ${project.myrepoconf}/checks.xml + 3.0.0 + + ${project.basedir}/config/checkstyle/checkstyle.xml + ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml + false + + 3.9.0 + true + + 3.0.5 + Max + Low + + true @@ -107,104 +117,193 @@ junit junit - [4.8.2,) + 4.12 test jp.sourceforge.jindolf jincore - 1.206.4 + 1.206.10 compile + + io.bitbucket.olyutorskii + jiocema + 1.101.2 + + - + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + + + + + + + + + org.apache.maven.plugins maven-clean-plugin - 2.4.1 + 3.0.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-M1 + + + + [3.0.1,) + + + [1.7,) + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.7.0 - 1.5 - 1.5 - true - true + 1.7 + 1.7 + true + true org.apache.maven.plugins - maven-jar-plugin - 2.3.1 + maven-surefire-plugin + 2.21.0 - - - ${project.organization.name} - - + true - org.apache.maven.plugins - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/descriptor.xml - - + 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-enforcer-plugin - 1.0 + maven-jar-plugin + 3.0.2 - - - [2.2,3) - - - [1.5,) - - + + + + true + + + + ${project.organization.name} + + org.apache.maven.plugins maven-source-plugin - 2.1.2 + 3.0.1 true @@ -224,6 +323,50 @@ + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7 + + ${site.locales} + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + src/assembly/src.xml + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + @@ -239,16 +382,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 @@ -262,44 +422,105 @@ org.apache.maven.plugins - maven-site-plugin - 2.2 + maven-project-info-reports-plugin + 2.9 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + license + dependency-info + dependencies + dependency-convergence + plugins + plugin-management + project-team + issue-tracking + scm + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 3.0.0 + false + true + true protected + ${javadoc.locale} +
${project.name} ${project.version} API
+ true
+ + + + javadoc + + + +
+ + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.21.0 + + + + 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 + ${project.basedir}/config/pmd/pmdrules.xml @@ -315,32 +536,7 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 - - Max - Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - - - - - - 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 + ${findbugs-plugin.version}