Enable findbugs in md-sal parent pom
[controller.git] / opendaylight / md-sal / cds-dom-api / pom.xml
index 567c5112a9116beb66d7106b22786e39b3fb4399..a85184a3f49f550747c5e0e60165742c0894ddc8 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>