From 9fa8f2e31788230855e1ae5d4538725c7ed84691 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Mar 2017 19:58:11 +0100 Subject: [PATCH] Tweak Checkstyle plugin config so violations are output even with -q Closes gh-8767 --- spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 14891d31fd9..10424b157e5 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -493,7 +493,7 @@ checkstyle.build.directory=${project.build.directory} UTF-8 true - true + true true