Re-enable FindBugs enforcement in elanmanager-impl 99/73599/2
authorStephen Kitt <skitt@redhat.com>
Fri, 29 Jun 2018 08:25:15 +0000 (10:25 +0200)
committerSam Hague <shague@redhat.com>
Sat, 30 Jun 2018 02:16:34 +0000 (02:16 +0000)
Now that we’ve upgraded to a version of ODL Parent with a fix for
ODLPARENT-146, we can re-enable FindBugs.

Change-Id: I9f8ef7d2122e5744ba6f6c79e4cd15252ab4e30f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
elanmanager/impl/pom.xml

index 796472a3b219b45d4d69aab932103943540c1852..213fccd95a0ddd7270356c0303ffd42d10a793da 100644 (file)
@@ -279,14 +279,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
                     </dependency>
                 </dependencies>
             </plugin>
-            <!-- TODO Remove this when we upgrade to odlparent with a fix for ODLPARENT-146 -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>false</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>