From faaeaacf67b34204d10f5295ec80f5a25bef850b Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Thu, 6 Jun 2019 11:05:17 +0900 Subject: [PATCH] reorder maven plugins. upgrade togagem to 3.120.2 --- CHANGELOG.txt | 1 + pom.xml | 144 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 84 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a36012..e086aa4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Pmd2XML 変更履歴 X.XXX.X (20XX-XX-XX) ・デフォルトロケールによる出力揺らぎを解消。 ・プロセス終了コードの変更。 + ・JAXBへの依存を解消。 1.201.2B (2013-09-01) ・1.201.2版リリース配布物にビルド設定が含まれていなかった件に対処。 diff --git a/pom.xml b/pom.xml index 62cdebd..b98c01d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,14 @@ 4.0.0 @@ -36,7 +36,7 @@ The MIT License - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -57,9 +57,7 @@ - - 2.2 - + @@ -112,7 +110,7 @@ jp.sourceforge.mikutoga togagem - 3.101.5-SNAPSHOT + 3.120.2 compile @@ -122,31 +120,18 @@ - + + + + + + + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.3.1 - - - - [3.0,) - - - [1.6,) - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.1 - + org.apache.maven.plugins @@ -170,6 +155,31 @@ + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 + + + + [3.0,) + + + [1.6,) + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + org.apache.maven.plugins maven-compiler-plugin @@ -187,6 +197,29 @@ org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + false + true + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.2 + + ${project.build.sourceEncoding} + + html + xml + + + + + + org.apache.maven.plugins maven-jar-plugin 2.4 @@ -228,18 +261,6 @@ org.apache.maven.plugins - maven-assembly-plugin - 2.4 - - . - - src/main/assembly/descriptor.xml - - - - - - org.apache.maven.plugins maven-source-plugin 2.2.1 @@ -263,20 +284,19 @@ org.apache.maven.plugins - maven-resources-plugin - 2.6 + maven-install-plugin + 2.5.1 org.apache.maven.plugins - maven-surefire-plugin - 2.16 - - false - true - + maven-deploy-plugin + 3.0.0-M1 + + + org.apache.maven.plugins maven-site-plugin @@ -289,6 +309,21 @@ + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4 + + . + + src/main/assembly/descriptor.xml + + + + org.apache.maven.plugins maven-checkstyle-plugin @@ -322,19 +357,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - ${project.build.sourceEncoding} - - html - xml - - - - -- 2.11.0