Skip to content

Commit c3ed322

Browse files
authored
fix: exclude test CRDs from operator-framework (#2771)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0459fa4 commit c3ed322

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

operator-framework/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@
125125
</execution>
126126
</executions>
127127
</plugin>
128+
<plugin>
129+
<groupId>org.apache.maven.plugins</groupId>
130+
<artifactId>maven-jar-plugin</artifactId>
131+
<configuration>
132+
<excludes>
133+
<exclude>META-INF/fabric8/*.yml</exclude>
134+
</excludes>
135+
</configuration>
136+
</plugin>
128137
<plugin>
129138
<groupId>org.apache.maven.plugins</groupId>
130139
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)