Enable spotbugs in ietf-type-util 56/81556/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2019 19:01:31 +0000 (20:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Apr 2019 09:58:15 +0000 (11:58 +0200)
This is just a trivial flipping of the switch.

Change-Id: I916c22fee0dd9049359a044be1ee3cb6a4b673fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit d716b93bac9c7fba5135ad861034afc10095d980)

model/ietf/ietf-type-util/pom.xml

index 1a31c91bcac1ab6e7f7852e6e151291ab60b6555..0cdec75a395e8b908c3e7054f48cca3dcd364900 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>