diff options
Diffstat (limited to 'odlparent/setup')
-rwxr-xr-x | odlparent/setup/src/main/resources/pom-template.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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> |