diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-11 16:42:30 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-12 10:41:45 +0100 |
commit | 9afc8d1448a6a913db56304d3bc80cd92c141d0f (patch) | |
tree | cdf41d77a07a4e62874941d06d16447b66d148a2 /cps-parent/pom.xml | |
parent | a3c45cab5d3a268c16410f4962b18043b7c04bad (diff) |
Enable spotbugs and fix spotbugs warns
Issue-ID: CPS-159
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: Iee572fd740689a172ca599123b0751b5e909223a
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 --> |