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
This commit is contained in:
Ilayaperumal Gopinathan
2016-04-15 17:14:53 +05:30
parent 147a0cb0bc
commit 842d11ae91

View File

@@ -19,7 +19,7 @@
</scm>
<properties>
<java.version>1.7</java.version>
<disable.checks>false</disable.checks>
<disable.checks>true</disable.checks>
</properties>
<dependencyManagement>
<dependencies>