Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/231#discussion_r58486048
--- Diff: library/pom.xml ---
@@ -35,6 +35,7 @@
<name>Apache Apex Malhar (incubating) Library</name>
<properties>
+ <checkstyle.console>false</checkstyle.console>
--- End diff --
This is how it is in Apex core as well by @vrozov so was mimicking it.
I think the reason is that by default we don't want to print all the
existing violations to console so we set the user property
```checkstyle.console``` to ```false```. However we give the user the option to
see the existing violations by ```mvn checkstyle:check -Dcheckstyle.console```
if they want to see the existing violations.
If ```logViolationsToConsole``` is set to false, then user will not be able
to spit out violations to the console.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---