summaryrefslogtreecommitdiffstats
path: root/odlparent/bundle-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'odlparent/bundle-parent/pom.xml')
-rw-r--r--odlparent/bundle-parent/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index 2181cfc8..48324405 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>