From 028e2b927d3140dddc786f2c2014800c80cfa11d Mon Sep 17 00:00:00 2001 From: sseifert Date: Thu, 15 Aug 2019 15:36:02 +0200 Subject: [PATCH] Disable checkstyle for this project due to https://github.com/checkstyle/checkstyle/issues/4589, https://github.com/checkstyle/checkstyle/issues/3236 --- link/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/link/pom.xml b/link/pom.xml index 2b31596b..efc269d0 100644 --- a/link/pom.xml +++ b/link/pom.xml @@ -126,6 +126,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + +