Enable findbugs in more artifacts
[yangtools.git] / yang / yang-xpath-api / pom.xml
index 26f5ecd65bf701570168d97a8b6ce5fe0ed83cfd..80734dc3aaee034b640216d4ea397d5eb0656875 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>
         </plugins>
     </build>
 </project>