Skip to content

Commit 73f2423

Browse files
authored
Add profile skipBundlePlugin to speed up build. (#204)
1 parent 190341e commit 73f2423

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,25 @@
236236
</build>
237237

238238
<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>
239258
<profile>
240259
<id>release</id>
241260
<activation>

0 commit comments

Comments
 (0)