aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-01-12 15:30:20 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-12 15:30:20 +0000
commit0e337e84e2edafc0b7cefd86ca596da1fd8e054a (patch)
tree3395207bb2e1cd0bded180d3f3376372b7530cc4 /cps-parent
parent6ec5273ae659a46dff05bb7993b77202786c92db (diff)
parent9afc8d1448a6a913db56304d3bc80cd92c141d0f (diff)
Merge "Enable spotbugs and fix spotbugs warns"
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index be87c2fdb..60a4d02de 100755
--- 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 -->