From 14084e1e4b6e25249f3ddc71f7fe9b8e860fac4e Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Wed, 5 Jun 2019 20:58:49 +0900 Subject: [PATCH] reorder maven plugins. --- pom.xml | 144 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 61 deletions(-) diff --git a/pom.xml b/pom.xml index 6bc64a3..358e4e8 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 - + @@ -122,31 +120,18 @@ - + + + + + + + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.2 - - - - [3.0,) - - - [1.6,) - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.4 - + org.apache.maven.plugins @@ -170,6 +155,31 @@ + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.2 + + + + [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.14.1 + + 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.4 org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - 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 - - - - @@ -371,7 +393,7 @@ **/version.properties **/.DS_Store - **/_MACOSX + **/__MACOSX **/Thumbs.db **/thumbs.db **/Desktop.ini -- 2.11.0