From 67830fe24964b0164d0212cbb4f018f15608ff37 Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Fri, 8 Sep 2017 10:39:40 +0200 Subject: [PATCH] make checkstyle config more portable (no maven coupling) --- checkstyle.xml | 3 +++ pom.xml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index d91202804de..9ba1bccc25f 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -35,6 +35,9 @@ limitations under the License. + + + diff --git a/pom.xml b/pom.xml index be88716ebb9..419211268f6 100644 --- a/pom.xml +++ b/pom.xml @@ -684,7 +684,6 @@ ${checkstyle.plugin.version} ${basedir}/checkstyle.xml - ${basedir}/checkstyle-suppressions.xml true false @@ -709,7 +708,6 @@ ${checkstyle.plugin.version} ${basedir}/checkstyle.xml - ${basedir}/checkstyle-suppressions.xml true false