From e04be15a9540ad113a48aa1f08c8382813cf882b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 26 Dec 2023 21:50:19 +0100 Subject: [PATCH] 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 --- binding/binding-parent/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) 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.- + + -- 2.36.6