From d8d376421a684322503a80045de05f456a161890 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Wed, 5 Jun 2019 21:58:20 +0900 Subject: [PATCH] update maven plugins. --- CHANGELOG.txt | 1 + pom.xml | 115 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0d745ec..b9271e6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Vmd2XML 変更履歴 X.XXX.X (XXXX-XX-XX) ・必須環境をJavaSE8に引き上げ。 ・Mercurial(2.101.4)からGit(2.101.104-SNAPSHOT)へSCMを移行。 + ・JAXBへの依存を解消。 2.101.4 (2013-06_16) ・assemblyプラグイン設定のプロジェクト不備を修正。 diff --git a/pom.xml b/pom.xml index 77f63d6..817d640 100644 --- a/pom.xml +++ b/pom.xml @@ -76,19 +76,25 @@ - UTF-8 - 1.8 1.8 true true + UTF-8 UTF-8 UTF-8 + en + ${locale} + ${locale} + -Duser.language=${locale} + ${project.basedir}/src/main/config + 3.0.0-M3 + ${project.mainconf}/checks.xml false @@ -142,19 +148,21 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + 3.1.0 ${project.basedir} - **/.DS_Store - **/_MACOSX + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX **/Thumbs.db - **/thumbs.db - **/Desktop.ini **/desktop.ini **/core + **/hs_err_pid* @@ -167,46 +175,53 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.2 - - - - [3.0,) - - - [1.8,) - - - + 3.0.0-M2 + + + enforce-versions + + enforce + + + + + [3.3.9,) + + + [1.8,) + + + + + org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.1.0 org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 1.8 1.8 - true - true + true + true org.apache.maven.plugins maven-surefire-plugin - 2.14.1 + ${surefire-plugin.version} - false true @@ -227,11 +242,14 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.1.2 ${project.mainentry} + + true + ${project.organization.name} @@ -243,7 +261,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 3.2.1 package @@ -268,7 +286,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.1.0 true @@ -291,7 +309,7 @@ org.apache.maven.plugins maven-install-plugin - 2.4 + 3.0.0-M1 @@ -306,12 +324,9 @@ org.apache.maven.plugins maven-site-plugin - 3.3 + 3.7.1 - true - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + ${site.locales} @@ -411,7 +426,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 true true @@ -421,20 +436,21 @@ index summary - license + licenses + dependency-info dependencies + dependency-convergence plugins + plugin-management + team + issue-management scm - project-team @@ -464,26 +480,13 @@ org.apache.maven.plugins maven-jxr-plugin - 2.3 - - false - + 3.0.0 org.apache.maven.plugins maven-surefire-report-plugin - 2.14.1 - - false - - - - - report-only - - - + ${surefire-plugin.version} -- 2.11.0