We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190341e commit 73f2423Copy full SHA for 73f2423
pom.xml
@@ -236,6 +236,25 @@
236
</build>
237
238
<profiles>
239
+ <profile>
240
+ <id>skipBundlePlugin</id>
241
+ <activation>
242
+ <activeByDefault>false</activeByDefault>
243
+ </activation>
244
+ <build>
245
+ <plugins>
246
+ <plugin>
247
+ <groupId>org.apache.felix</groupId>
248
+ <artifactId>maven-bundle-plugin</artifactId>
249
+ <executions>
250
+ <execution>
251
+ <phase/>
252
+ </execution>
253
+ </executions>
254
+ </plugin>
255
+ </plugins>
256
+ </build>
257
+ </profile>
258
<profile>
259
<id>release</id>
260
<activation>
0 commit comments