Enable findbugs in md-sal parent pom
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / pom.xml
index 5d8be2ece53380161b2f8c6e46ebb394b1c6c49d..97229cc81266638e3fb10c9936bec2add0975ed8 100644 (file)
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <scm>
     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>