Enable mdsal-dom-broker spotbugs
[mdsal.git] / dom / mdsal-dom-broker / pom.xml
index 2ef75c0ad496c3396551361b45edd21852f1f410..15b61d90c0a4cff9e03506606767c83116c18c9f 100644 (file)
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <configuration>
+                    <failOnError>true</failOnError>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <scm>