Skip to content

Commit db99dd2

Browse files
committed
build(flagd): reduce build time by excluding protobug files from spotbugs
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 2471824 commit db99dd2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

providers/flagd/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,14 @@
200200
</execution>
201201
</executions>
202202
</plugin>
203-
203+
<plugin>
204+
<groupId>com.github.spotbugs</groupId>
205+
<artifactId>spotbugs-maven-plugin</artifactId>
206+
<version>4.8.6.6</version>
207+
<configuration>
208+
<onlyAnalyze>dev.openfeature.contrib</onlyAnalyze>
209+
</configuration>
210+
</plugin>
204211
<plugin>
205212
<artifactId>maven-resources-plugin</artifactId>
206213
<version>3.3.1</version>

0 commit comments

Comments
 (0)