Enable spotbugs in ietf-type-util 24/81124/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2019 19:01:31 +0000 (20:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2019 19:01:55 +0000 (20:01 +0100)
This is just a trivial flipping of the switch.

Change-Id: I916c22fee0dd9049359a044be1ee3cb6a4b673fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/ietf/ietf-type-util/pom.xml

index b4e855a088510a6c2ba95feee7f09b9d107a3f64..0b587ea26e8b9d7405b52d8495a835ce2307dd76 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>