summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-02-09 08:35:01 +0100
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-02-09 08:35:14 +0100
commitf2bcac013651a505ae1adff68d4f8173f99e16c5 (patch)
treea23cfe462ee2c5fb378c4e46e8ebb4ed7d2c208a
parentc6bdd9a5a0b6d710f130f655df2e6b15c3a58998 (diff)
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
-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>