Enable spotbugs in atomix-storage 10/104710/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 11:19:10 +0000 (12:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 11:19:57 +0000 (12:19 +0100)
Enable static analysis in non-enforcing mode, so issues are pointed out
and can be fixed.

JIRA: CONTROLLER-2071
Change-Id: I891b05f830ba3a6a0e602e7a3467bdcda8f43a4d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/storage/pom.xml

index 51f3f98196143981d6d19c2f70466b87e1b1aa4b..66d52d1b929576ad9e57dee4208a2eeef3a2a925 100644 (file)
@@ -30,7 +30,7 @@
 
   <properties>
     <odlparent.checkstyle.skip>true</odlparent.checkstyle.skip>
-    <odlparent.spotbugs.skip>true</odlparent.spotbugs.skip>
+    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
   </properties>
 
   <dependencies>