From d2fc384ca1e57e49503269957b1a14604f983ebe Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Thu, 6 Jun 2019 11:51:20 +0900 Subject: [PATCH 1/1] update maven plugins. --- pom.xml | 78 +++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 37 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index 2b030e6..612fed4 100644 --- a/pom.xml +++ b/pom.xml @@ -86,8 +86,15 @@ UTF-8 UTF-8 + en + ${locale} + ${locale} + -Duser.language=${locale} + ${project.basedir}/src/main/config + 3.0.0-M3 + ${project.mainconf}/checks.xml false @@ -108,7 +115,7 @@ junit junit - 4.11 + 4.12 test @@ -141,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* @@ -190,7 +199,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.1.0 @@ -211,9 +220,8 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + ${surefire-plugin.version} - false true @@ -234,11 +242,14 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.1.2 ${project.mainentry} + + true + ${project.organization.name} @@ -250,7 +261,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 3.2.1 package @@ -275,7 +286,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.1.0 true @@ -298,7 +309,7 @@ org.apache.maven.plugins maven-install-plugin - 2.5.1 + 3.0.0-M1 @@ -313,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} @@ -418,7 +426,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 true true @@ -428,20 +436,21 @@ index summary - license + licenses + dependency-info dependencies + dependency-convergence plugins + plugin-management + team + issue-management scm - project-team @@ -471,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.16 - - false - - - - - report-only - - - + ${surefire-plugin.version} -- 2.11.0