Skip SpotBugs for generated code
[mdsal.git] / binding / binding-parent / pom.xml
index 7e23fa0003e8251c17deeac7d5eeb35a8174df4a..1ed2a3b2c5e61176d0912d2da3dfea80e4d6b1d8 100644 (file)
     <artifactId>binding-parent</artifactId>
     <packaging>pom</packaging>
 
+    <properties>
+        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-</spotbugs.onlyAnalyze>
+    </properties>
+
     <build>
         <!-- https://bugs.opendaylight.org/show_bug.cgi?id=6252 -->
         <resources>
@@ -66,7 +70,7 @@
                         <plugin>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>yang-maven-plugin</artifactId>
-                            <version>11.0.4</version>
+                            <version>11.0.5</version>
                             <dependencies>
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>