From 842d11ae916fa74c676d4a98bfef1e12a6443b0f Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Fri, 15 Apr 2016 17:14:53 +0530 Subject: [PATCH] Disable checkstyle by default - This will make sure not to trigger the checkstyle goals at the projects that add `spring-cloud-stream` as a dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eaa47001c..22ae67e79 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 1.7 - false + true