Fix findbugs violations in md-sal - part 2
[controller.git] / opendaylight / md-sal / sal-binding-config / pom.xml
index 6caaa6d1f6fbb9d9a8ab253e0fa129a40c99299f..13bf461ade0acf04e5d134813ae34d47ad66dfbf 100644 (file)
   <version>1.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
+  <properties>
+    <!-- The Java classes are mostly config yang-generated wjich we don't want analyzed by findbugs.
+          However the generated package names don't conform to the findbugs exclusion filter
+          hence we explicitly skip findbugs. -->
+    <findbugs.skip>true</findbugs.skip>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>