Enable mdsal-dom-schema-service-osgi spotbugs 94/76894/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Oct 2018 17:34:28 +0000 (19:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Oct 2018 17:46:30 +0000 (19:46 +0200)
This just flips enforcement to on.

Change-Id: I3a3495d3442c6231e9fc25dc7d9ffab099bc75f4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-schema-service-osgi/pom.xml

index 0e1d3e68d40e6457f88960a997f4585615736fb5..dabe04364cecdbbc767d7a404a61e46c1c9e051b 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>