diff options
Diffstat (limited to 'cps-parent/pom.xml')
-rw-r--r-- | cps-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index d3470df25d..08b188399f 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -240,7 +240,7 @@ <!-- Reports all bugs (other values are medium and max) --> <threshold>Low</threshold> <!-- Build doesn't fail if problems are found --> - <failOnError>false</failOnError> + <failOnError>true</failOnError> <!-- References the excluded rules --> <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile> <!-- Produces XML report --> |