summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--odlparent/binding-parent/pom.xml11
-rw-r--r--odlparent/bundle-parent/pom.xml11
-rw-r--r--odlparent/feature-repo-parent/pom.xml11
-rw-r--r--odlparent/karaf4-parent/pom.xml11
-rw-r--r--odlparent/mdsal-it-parent/pom.xml11
-rw-r--r--odlparent/odlparent-lite/pom.xml11
-rw-r--r--odlparent/odlparent/pom.xml11
-rwxr-xr-xodlparent/setup/src/main/resources/pom-template.xml11
-rw-r--r--odlparent/single-feature-parent/pom.xml11
9 files changed, 99 insertions, 0 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index 433291ee..4990c387 100644
--- a/odlparent/binding-parent/pom.xml
+++ b/odlparent/binding-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>
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>
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 7859c73c..bfa8d486 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-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>
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml
index e7e39d9e..fe152d16 100644
--- a/odlparent/karaf4-parent/pom.xml
+++ b/odlparent/karaf4-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>
diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index 1a323b45..d0c08338 100644
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-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>
diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index 6a9ea6db..151e4977 100644
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/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>
diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml
index 9025a4ee..777da388 100644
--- a/odlparent/odlparent/pom.xml
+++ b/odlparent/odlparent/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>
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index 76b4a557..82f62fd1 100755
--- a/odlparent/setup/src/main/resources/pom-template.xml
+++ b/odlparent/setup/src/main/resources/pom-template.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>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index e76b46f9..7af4cec9 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-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>