Enable spotbugs in yang-data-transform 68/76268/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 19 Sep 2018 13:07:58 +0000 (15:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 19 Sep 2018 13:10:55 +0000 (15:10 +0200)
This just flips the enforcement switch.

Change-Id: Ie9eb853bcdd2425417f214a736558a86bebe23b9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-transform/pom.xml

index 05261f921c029bb984071b250aec6b8dfe338ddc..4f4ba317daf3c499dfc9e74f0c1dee9c873a8ec8 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>