From 5b8aa66a764b286897f0e1bc0a06016d102a653b Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Fri, 7 Apr 2017 22:44:46 +0900 Subject: [PATCH] reorder maven plugins --- pom.xml | 261 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 126 insertions(+), 135 deletions(-) diff --git a/pom.xml b/pom.xml index f5bd6bb..ce00799 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 - http://maven.apache.org/maven-v4_0_0.xsd" + http://maven.apache.org/xsd/maven-4.0.0.xsd" > 4.0.0 @@ -37,7 +37,7 @@ The MIT License - https://opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -59,7 +59,7 @@ - 3.3 + 3.0.1 @@ -79,22 +79,35 @@ - UTF-8 - 1.7 1.7 true true + UTF-8 UTF-8 UTF-8 + en + en + -Duser.language=en + ${project.basedir}/src/main/config + 2.17 + 6.19 ${project.mainconf}/checks.xml false + 3.7 + + 3.0.4 + Max + Low + + true + @@ -114,31 +127,33 @@ - + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + + ${checkstyleruntime.version} + + + + + + + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - - [3.3,) - - - [1.7,) - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - + org.apache.maven.plugins @@ -149,63 +164,92 @@ ${project.basedir} - **/.DS_Store - **/_MACOSX + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX **/Thumbs.db - **/thumbs.db - **/Desktop.ini **/desktop.ini **/core + **/hs_err_pid* + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + + [3.0.1,) + + + [1.7,) + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.6.1 1.7 1.7 - true - true + true + true org.apache.maven.plugins - maven-jar-plugin - 3.0.0 + maven-surefire-plugin + 2.19.1 - - - ${project.organization.name} - - + true org.apache.maven.plugins - maven-assembly-plugin - 2.6 + maven-jar-plugin + 3.0.2 - . - - src/main/assembly/descriptor.xml - + + + + true + + + + ${project.organization.name} + + org.apache.maven.plugins maven-source-plugin - 3.0.0 + 3.0.1 true @@ -227,63 +271,47 @@ org.apache.maven.plugins - maven-resources-plugin - 3.0.0 + maven-install-plugin + 2.5.2 org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - false - true - + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins maven-site-plugin - 3.5.1 + 3.6 - true - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + ${site.locales} - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.15 - - + + org.apache.maven.plugins - maven-pmd-plugin - 3.6 + maven-assembly-plugin + 2.6 - ${maven.compiler.target} - - ${project.mainconf}/pmdrules.xml - + . + + src/main/assembly/descriptor.xml + - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 - - Max - Low - - true - true - true - + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} @@ -335,7 +363,7 @@ **/version.properties **/.DS_Store - **/_MACOSX + **/__MACOSX **/Thumbs.db **/thumbs.db **/Desktop.ini @@ -366,19 +394,20 @@ index summary license + dependency-info dependencies + dependency-convergence plugins - scm + plugin-management project-team + issue-tracking + scm @@ -388,12 +417,15 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 2.10.4 - false + false true true protected + ${javadoc.locale} +
${project.name} ${project.version} API
+ true
@@ -408,25 +440,12 @@ org.apache.maven.plugins maven-jxr-plugin 2.5 - - false -
org.apache.maven.plugins maven-surefire-report-plugin 2.19.1 - - false - - - - - report-only - - - @@ -445,11 +464,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.15 - - false - - + ${checkstyle-plugin.version} @@ -462,10 +477,8 @@ org.apache.maven.plugins maven-pmd-plugin - 3.6 + ${pmd-plugin.version} - false - ${maven.compiler.target} ${project.mainconf}/pmdrules.xml @@ -483,29 +496,7 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.3 - - false - Max - Low - - true - true - true - - - - - - org.codehaus.mojo - javancss-maven-plugin - 2.1 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0 + ${findbugs-plugin.version}
-- 2.11.0