From 75dfbe1b7179965e4d9229c94d68bc2d29595e11 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 31 Jan 2019 17:40:46 +0100 Subject: [PATCH] parametrized failures on error and warning for checkstyle --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 648ad75d..8f411a6f 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,9 @@ 0.0.6 3.0.0 false + false + false + @@ -334,8 +337,8 @@ limitations under the License. true false - false - false + ${maven-checkstyle-plugin.failsOnError} + ${maven-checkstyle-plugin.failOnViolation} check