We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfdc37 commit 7458bf3Copy full SHA for 7458bf3
pom.xml
@@ -569,7 +569,8 @@
569
<goal>check</goal>
570
</goals>
571
<configuration>
572
- <consoleOutput>false</consoleOutput>
+ <consoleOutput>true</consoleOutput>
573
+ <logViolationsToConsole>true</logViolationsToConsole>
574
<failOnViolation>false</failOnViolation>
575
<failsOnError>false</failsOnError>
576
<linkXRef>false</linkXRef>
@@ -605,7 +606,8 @@
605
606
607
608
609
610
+ <printFailingErrors>true</printFailingErrors>
611
612
613
0 commit comments