disable spotbugs exec
[ccsdk/parent.git] / odlparent / odlparent / pom.xml
index 9025a4e..777da38 100644 (file)
                     </dependency>
                 </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>