Enable spotbugs in singleton-service
[mdsal.git] / singleton-service / mdsal-singleton-dom-impl / pom.xml
index 68bb08411808660506367f1b78511b2689545e13..89972308c235dc4e0d6f68c3bc7781b919251519 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>