disable spotbugs exec
overwrite spotbugs code check execution
Issue-ID: CCSDK-3143
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I362d2d16d2d1815693119d6b90a903383bdad067
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index 2181cfc..4832440 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -762,6 +762,17 @@
</dependencies>
<executions>
<execution>
+ <!-- overwrite odl default to supress spotbugs code check execution -->
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <phase>process-sources</phase>
+ <configuration>
+ <skip>true</skip>
+ <failOnViolation>false</failOnViolation>
+ </configuration>
+ </execution>
+ <execution>
<id>onap-license</id>
<goals>
<goal>check</goal>