Exclude generated services from SpotBugs
[mdsal.git] / binding / binding-parent / pom.xml
index 5460d66804de09bde78b83f2d1d1f17d6b08d076..006a423d065b8ffd57dd03a8ae9a264fd1823f12 100644 (file)
@@ -21,7 +21,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-</spotbugs.onlyAnalyze>
+        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.-</spotbugs.onlyAnalyze>
         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
         <doclint>all,-missing</doclint>
     </properties>