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