Enable findbugs in md-sal parent pom
authorTom Pantelis <tompantelis@gmail.com>
Fri, 9 Mar 2018 19:10:14 +0000 (14:10 -0500)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 15 Mar 2018 23:02:09 +0000 (00:02 +0100)
Change-Id: Icaf43a93ac28bf77fe85a75513d46fb4f0f1778a
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
cli/pom.xml

index 2c35f47c481cca2ff61f2cb08510e03be7ea3093..e337ae0161ba80fac7d39a5ad538afcf9f6413b6 100644 (file)
@@ -53,13 +53,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </instructions>
         </configuration>
       </plugin>
-      <plugin>
-       <groupId>org.codehaus.mojo</groupId>
-       <artifactId>findbugs-maven-plugin</artifactId>
-       <configuration>
-         <failOnError>true</failOnError>
-       </configuration>
-     </plugin>
     </plugins>
   </build>
 </project>