From 8a5524a6b4435891c67457af05834675bddc78c4 Mon Sep 17 00:00:00 2001 From: sseifert Date: Tue, 14 Aug 2018 12:14:20 +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 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/commons/pom.xml b/commons/pom.xml index e44b362..8c4a2eb 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -212,6 +212,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + +