Merge "Bump to odlparent 3.1.0 and yangtools 2.0.3"
[openflowplugin.git] / applications / forwardingrules-manager / pom.xml
index 919b888cc4a0a0c72005402c1955b68adec81889..81c2da4b1a1b488597e759ee59f42d020457a41f 100644 (file)
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <!-- TODO Remove this when we upgrade to odlparent with a fix for ODLPARENT-146 -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <failOnError>false</failOnError>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>