From 00128168a32283a3de832f42478c4433c89d8daf Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Tue, 6 Aug 2019 15:19:48 +0200 Subject: [PATCH] PHOENIX-5428 Upgrade maven-checkstyle-plugin version This upgrades maven-checkstyle-plugin to 3.1.0 and updates the checker.xml config files to work with recent checkstyle versions Closes #565 Signed-off-by: Josh Elser --- .../src/main/config/checkstyle/checker.xml | 39 ++++++++----------- pom.xml | 2 +- src/main/config/checkstyle/checker.xml | 39 ++++++++----------- 3 files changed, 33 insertions(+), 47 deletions(-) diff --git a/phoenix-tracing-webapp/src/main/config/checkstyle/checker.xml b/phoenix-tracing-webapp/src/main/config/checkstyle/checker.xml index ecf39462fbe..323aac0d9e7 100755 --- a/phoenix-tracing-webapp/src/main/config/checkstyle/checker.xml +++ b/phoenix-tracing-webapp/src/main/config/checkstyle/checker.xml @@ -57,7 +57,6 @@ limitations under the License. - @@ -90,10 +89,6 @@ limitations under the License. - - - - @@ -256,26 +251,24 @@ limitations under the License. - - - + + + + + + - - - - - - + + + + + - - - - + + + + + - - - - - diff --git a/pom.xml b/pom.xml index 014ec8e112e..ff14eaf1cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -389,7 +389,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.13 + 3.1.0 validate diff --git a/src/main/config/checkstyle/checker.xml b/src/main/config/checkstyle/checker.xml index ecf39462fbe..323aac0d9e7 100644 --- a/src/main/config/checkstyle/checker.xml +++ b/src/main/config/checkstyle/checker.xml @@ -57,7 +57,6 @@ limitations under the License. - @@ -90,10 +89,6 @@ limitations under the License. - - - - @@ -256,26 +251,24 @@ limitations under the License. - - - + + + + + + - - - - - - + + + + + - - - - + + + + + - - - - -