From fed274bbaf268cb41040cba350d0e90b0f9a6457 Mon Sep 17 00:00:00 2001 From: sseifert Date: Tue, 14 Aug 2018 13:05:21 +0200 Subject: [PATCH] Disable checkstyle for this project due to https://github.com/checkstyle/checkstyle/issues/4589, https://github.com/checkstyle/checkstyle/issues/3236 --- commons/pom.xml | 14 ++++++++++++++ ui/granite/pom.xml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/commons/pom.xml b/commons/pom.xml index d838d22b..16d8286d 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -144,6 +144,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + + diff --git a/ui/granite/pom.xml b/ui/granite/pom.xml index b5a8038b..94da5b31 100644 --- a/ui/granite/pom.xml +++ b/ui/granite/pom.xml @@ -160,6 +160,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + +