Browse Source

Tweak Checkstyle plugin config so violations are output even with -q

Closes gh-8767
pull/8796/head
Andy Wilkinson 9 years ago
parent
commit
9fa8f2e317
  1. 2
      spring-boot-parent/pom.xml

2
spring-boot-parent/pom.xml

@ -493,7 +493,7 @@ @@ -493,7 +493,7 @@
<propertyExpansion>checkstyle.build.directory=${project.build.directory}</propertyExpansion>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<goals>

Loading…
Cancel
Save