Enable findbugs in mockito-configuration
[yangtools.git] / common / mockito-configuration / pom.xml
index ff7debab94397bc62a32a764b509edf66c94a855..fd6e0c7bb3de4fb0b0d1e504c7b2204e4d8676a4 100644 (file)
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <configuration>
+                    <failOnError>true</failOnError>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>