From: Robert Varga Date: Tue, 26 Dec 2023 20:50:19 +0000 (+0100) Subject: Skip SpotBugs for generated code X-Git-Tag: v13.0.0~54 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=commitdiff_plain;h=e04be15a9540ad113a48aa1f08c8382813cf882b Skip SpotBugs for generated code SpotBugs-4.8.3 allows us to explicitly exclude classes from analysis, take advantage of this facility to suppress Spotbugs on all classes generated from YANG models. Change-Id: I81a09e7ba7a1bac9ad1884b36f0bd98a7a3ecde3 Signed-off-by: Robert Varga --- diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 9f4d98186f..1ed2a3b2c5 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -20,6 +20,10 @@ binding-parent pom + + !org.opendaylight.yang.gen.- + +