Skip to content

Commit a4e65e9

Browse files
committed
fix: exclude test CRDs from operator-framework
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 0459fa4 commit a4e65e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

operator-framework/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,16 @@
125125
</execution>
126126
</executions>
127127
</plugin>
128+
<plugin>
129+
<groupId>org.apache.maven.plugins</groupId>
130+
<artifactId>maven-jar-plugin</artifactId>
131+
<version>2.3.1</version>
132+
<configuration>
133+
<excludes>
134+
<exclude>META-INF/fabric8/*.yml</exclude>
135+
</excludes>
136+
</configuration>
137+
</plugin>
128138
<plugin>
129139
<groupId>org.apache.maven.plugins</groupId>
130140
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)