Enable findbugs in rfc6536 support 70/75970/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Sep 2018 08:40:42 +0000 (10:40 +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: Iec68058a4e056b4e7b3320213a3ae290a46d3837
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml

index ede5335de8aad5d159c8fd72d67b4a2afdd60299..92bc81c9c3b7942014cfabe3434f53f908b510ed 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 808c501802c441df93869945b12fd8c3ab559d9b..4f8864f7861ed96b95d0f7d0fa81c73288edc025 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>