Enable findbugs in rfc7952 support 71/75971/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Sep 2018 08:54:12 +0000 (10:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Sep 2018 09:28:20 +0000 (11:28 +0200)
This just flips the enforcement switch, not further changes.

Change-Id: Idb94e589ec7ba58f9ee22231ff5c6fd0d27fc49f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml

index 3134c6d1f03939a65456e4469f856680f438ece3..5ac5222389b2a8b20cd8f450ab4265089e823eab 100644 (file)
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <configuration>
+                    <failOnError>true</failOnError>
+                </configuration>
+           </plugin>
         </plugins>
     </build>
 
index 16aaade3a32a5f3f18dee8c9cc0f9963e1f86702..ff2951f05db1d58bca32e656f86923acc2508406 100644 (file)
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <configuration>
+                    <failOnError>true</failOnError>
+                </configuration>
+           </plugin>
         </plugins>
     </build>