disable spotbugs exec
[ccsdk/parent.git] / odlparent / single-feature-parent / pom.xml
index c828e60..7af4cec 100644 (file)
         </dependencies>
     </dependencyManagement>
 
-    <dependencies>
-        <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-            <version>1.3.2</version>
-        </dependency>
-    </dependencies>
-
     <repositories>
         <repository>
             <id>onap-public</id>
                     <version>2.8</version>
                     <configuration>
                         <skip/>
+                        <deployAtEnd>true</deployAtEnd>
                     </configuration>
                 </plugin>
                 <plugin>
             </plugins>
         </pluginManagement>
         <plugins>
-
             <!-- Plugins from oparent version (parent of oparent) -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                     </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>