From 58fae266efd43125140bff850f7e4b1ed63797cf Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Tue, 2 Jul 2019 22:42:19 +0900 Subject: [PATCH] modify checkstyle rules. --- config/checkstyle/checkstyle-suppressions.xml | 3 ++- config/checkstyle/checkstyle.xml | 25 +++++++++++------------- pom.xml | 28 +++++++++++++-------------- 3 files changed, 26 insertions(+), 30 deletions(-) diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index 9b0570a..1976815 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -6,7 +6,7 @@ + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 7d19930..35542bf 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,7 +6,7 @@ diff --git a/pom.xml b/pom.xml index 32252cc..1b89aa4 100644 --- a/pom.xml +++ b/pom.xml @@ -86,26 +86,23 @@ UTF-8 UTF-8 - en - ${locale} - ${locale} - -Duser.language=${locale} - - - false + + en + en + -Duser.language=en 3.0.0-M3 0.8.4 3.1.0 - 8.21 - ${project.basedir}/config/checkstyle/checkstyle.xml - ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml + 8.22 + config/checkstyle/checkstyle.xml + config/checkstyle/checkstyle-suppressions.xml false 3.12.0 - 3.1.11 + 3.1.12 Max Low @@ -315,7 +312,7 @@ package - shade + shade false @@ -349,7 +346,7 @@ attach-sources verify - jar-no-fork + jar-no-fork @@ -508,13 +505,14 @@ maven-javadoc-plugin 3.1.0 + ${javadoc.locale} + ${maven.compiler.source} false true true protected
${project.name} ${project.version} API
true - ${javadoc.locale} -J-Duser.language=${javadoc.locale}
@@ -571,7 +569,7 @@ ${pmd-plugin.version} - ${project.basedir}/config/pmd/pmdrules.xml + config/pmd/pmdrules.xml -- 2.11.0