Skip to content

Commit

Permalink
disabled build failure..just report style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodkc committed May 2, 2017
1 parent 8ca135c commit dcd5f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,8 @@
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<!-- set these values to true after fixing all checkstyle errors -->
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
<failsOnError>false</failsOnError>
<failOnViolation>false</failOnViolation>
<!--End -->
<violationSeverity>warning</violationSeverity>
</configuration>
Expand Down

0 comments on commit dcd5f6f

Please sign in to comment.