From: Robert Varga Date: Thu, 18 Jan 2024 15:12:38 +0000 (+0100) Subject: Exclude generated services from SpotBugs X-Git-Tag: v13.0.0~12 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d17a96b28a9f41170b83c25ed6b78a5666052a77;hp=085a8cdd9efbe18a2a9f30a11a512c4e31bb5595;p=mdsal.git Exclude generated services from SpotBugs We have additional package root we want to exclude, update the list. JIRA: MDSAL-836 Change-Id: If5e0e15b09570a4e8ff5e9e35d058e3bee018c2c Signed-off-by: Robert Varga --- diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 5460d66804..006a423d06 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -21,7 +21,7 @@ pom - !org.opendaylight.yang.gen.- + !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- all,-missing