From d29bc0af38040d5aca01af3fc6ed3c3defac2f1a Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Wed, 15 Feb 2017 11:52:33 +0100 Subject: [PATCH] Remove Checkstyle from Maven build (#3489) The warnings emitted by Checkstyle weren't useful at all and only made the build run longer. --- config/checkstyle.xml | 293 --------------------------------- graylog-project-parent/pom.xml | 16 -- pom.xml | 5 - 3 files changed, 314 deletions(-) delete mode 100644 config/checkstyle.xml diff --git a/config/checkstyle.xml b/config/checkstyle.xml deleted file mode 100644 index ba67cd54a6..0000000000 --- a/config/checkstyle.xml +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/graylog-project-parent/pom.xml b/graylog-project-parent/pom.xml index 183635c7e9..ed9c7144b5 100644 --- a/graylog-project-parent/pom.xml +++ b/graylog-project-parent/pom.xml @@ -752,22 +752,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - false - false - config/checkstyle.xml - - - - - check - - - - org.codehaus.mojo cobertura-maven-plugin diff --git a/pom.xml b/pom.xml index 79ede0b9aa..507e0195f9 100644 --- a/pom.xml +++ b/pom.xml @@ -248,11 +248,6 @@ maven-release-plugin 2.5.3 - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - org.apache.maven.plugins maven-pmd-plugin