Enable spotbugs in singleton-service
[mdsal.git] / singleton-service / mdsal-singleton-common-api / pom.xml
index a987559d73abe8257cc6ff1e3936c8052e51b119..52b439c1a8d912b67ff4ca3aa8b18a4e3a355d1e 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>