Here is my configuration:
1) Using checkstyle with modules of varying severity (info, warning and
error)
2) Failing build on checkstyle errors, configured as so
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration>
<failsOnError>true</failsOnError>
</configuration>
</execution>
What I would like is to see exactly what violation fail the build.
Adding this:
<consoleOutput>true</consoleOutput>
Dumps everything to the console, including info and warning violations.
This is not helpful, because this masks the few error violations that
fail the build.
The logViolationsToConsole property seems to have no effect. Is there
something I am missing?
Thanks.
########################################################################
"This email message, including any attachments, is for the sole use of the
intended recipients and may contain confidential and privileged information.
Unauthorized use, disclosure or distribution of this email is strictly
forbidden. If you have received this message in error, please reply to the
above sender notifying them of this error, and then kindly delete the message."
########################################################################