From: Olyutorskii Date: Thu, 6 Jun 2019 03:46:16 +0000 (+0900) Subject: update checkstyle plugin. X-Git-Tag: release-1.202.2^2~2^2 X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=commitdiff_plain;h=72b3dde2a4cd499f4b75b7ef5ee840cc40be69ef update checkstyle plugin. --- diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index 728df15..9b0570a 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -1,35 +1,49 @@ + "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" + "https://checkstyle.org/dtds/suppressions_1_2.dtd"> - + - - - - - ---> + + - + + - ---> + + + + + + + + + + + + + + + + + + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 115efd5..7d19930 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -1,17 +1,16 @@ + "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" + "https://checkstyle.org/dtds/configuration_1_3.dtd"> @@ -19,26 +18,26 @@ - + + + - - - - - - - - - + + + + + + + + + @@ -47,69 +46,100 @@ + + - + + + + + + + - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + - + - - + - - - - - - + + + + + @@ -117,84 +147,76 @@ - + + - + + + + + + - - - - - - + + + + - - - - - - - + + - - - - + + - - - - - - - - - - - - + + + + + + - + + + + + + - - - + - - - + - + + + + + + + + + + + @@ -211,134 +243,118 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - + + + + + - - + + + + + + + + + + - - + + + + + + + + + - + + - - - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + - + - - - diff --git a/pom.xml b/pom.xml index 14e4cac..daca47d 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,8 @@ 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 false @@ -141,6 +143,20 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyleruntime.version} + + + + @@ -380,8 +396,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.11 - + ${checkstyle-plugin.version} @@ -540,11 +555,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.11 - - false - - + ${checkstyle-plugin.version}