From 0cd8a1ee7e5e85b856e1b607a49e0bd507be4759 Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Fri, 3 Jan 2025 20:17:30 +0100 Subject: [PATCH] build(flagd): reduce build time by excluding protobug files from spotbugs Signed-off-by: Simon Schrottner --- providers/flagd/pom.xml | 9 ++++++++- spotbugs-exclusions.xml | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/providers/flagd/pom.xml b/providers/flagd/pom.xml index 33cd9327e..915f8fe91 100644 --- a/providers/flagd/pom.xml +++ b/providers/flagd/pom.xml @@ -200,7 +200,14 @@ - + + com.github.spotbugs + spotbugs-maven-plugin + 4.8.6.6 + + dev.openfeature.contrib.- + + maven-resources-plugin 3.3.1 diff --git a/spotbugs-exclusions.xml b/spotbugs-exclusions.xml index 17a229738..5efc2afc9 100644 --- a/spotbugs-exclusions.xml +++ b/spotbugs-exclusions.xml @@ -3,12 +3,12 @@ - + - + @@ -24,4 +24,4 @@ - \ No newline at end of file +