Enable mdsal-binding-util spotbugs 03/76903/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Oct 2018 18:11:52 +0000 (20:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Oct 2018 18:11:52 +0000 (20:11 +0200)
This just flips enforcement to on.

Change-Id: I53d63c44e27a52d152535a0218d4b83f2ee35f59
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-util/pom.xml

index 9d8c7d666a831d7f5d87c30f37284269a1880815..c3710572db2334002bc85f854f2f32a7d1a3035d 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>