Enable FindBugs enforcement in alivenessmonitor-impl
[genius.git] / alivenessmonitor / alivenessmonitor-impl / pom.xml
index 004ff0d15444d3d55466d17a0c8f7bee19e57e28..580db742b5c158f27e03aecc9f32976a739167d4 100644 (file)
@@ -71,7 +71,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-<!-- TODO HwVtepTunnelsStateHandler should not implements AlivenessProtocolHandler but have NOOP return null handlePacketIn() ...
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
@@ -79,11 +78,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <failOnError>true</failOnError>
         </configuration>
       </plugin>
-  -->
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <failOnError>true</failOnError>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>