Enable findbugs in md-sal parent pom
[controller.git] / opendaylight / md-sal / samples / toaster-provider / pom.xml
index ba88fd28587d474185777553edcb201aa8e9eba9..c1ba0ded6367d129defec6c90092f81eb0be7a7f 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>