Enable findbugs in md-sal parent pom
[controller.git] / opendaylight / md-sal / cds-access-api / pom.xml
index ff928a3c0a7406fa12704d72b6e6d6a708c690e0..012dde6090f1b2fb450a7634a8805dd4652fd6d7 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>