Enable findbugs in restconf-binding-parent 12/69012/2
authorTom Pantelis <tompantelis@gmail.com>
Fri, 2 Mar 2018 18:27:56 +0000 (13:27 -0500)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 5 Mar 2018 19:26:28 +0000 (14:26 -0500)
Change-Id: I1746a4340a28749ba9c593c9cb9209695d9c8f94
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
restconf/restconf-binding-parent/pom.xml

index 6aac2185ffe7f45c883eff0f9752f6eadf7a9173..8b7279ae087affb36a7e10cfa11c6c4ee7afd22d 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>
 </project>