diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-01-12 15:30:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-12 15:30:20 +0000 |
commit | 0e337e84e2edafc0b7cefd86ca596da1fd8e054a (patch) | |
tree | 3395207bb2e1cd0bded180d3f3376372b7530cc4 /cps-parent/pom.xml | |
parent | 6ec5273ae659a46dff05bb7993b77202786c92db (diff) | |
parent | 9afc8d1448a6a913db56304d3bc80cd92c141d0f (diff) |
Merge "Enable spotbugs and fix spotbugs warns"
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | 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 be87c2fdbd..60a4d02de9 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 --> |