Exclude generated services from SpotBugs 39/109839/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Jan 2024 15:12:38 +0000 (16:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Jan 2024 15:13:13 +0000 (16:13 +0100)
We have additional package root we want to exclude, update the list.

JIRA: MDSAL-836
Change-Id: If5e0e15b09570a4e8ff5e9e35d058e3bee018c2c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>