We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459fa4 commit c3ed322Copy full SHA for c3ed322
1 file changed
operator-framework/pom.xml
@@ -125,6 +125,15 @@
125
</execution>
126
</executions>
127
</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>
137
<plugin>
138
<groupId>org.apache.maven.plugins</groupId>
139
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments