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 d1a2c58 commit b343d45Copy full SHA for b343d45
pom.xml
@@ -391,8 +391,20 @@
391
</testExcludes>
392
</configuration>
393
</plugin>
394
+ <plugin>
395
+ <groupId>org.apache.felix</groupId>
396
+ <artifactId>maven-bundle-plugin</artifactId>
397
+ <version>2.5.4</version> <!-- For java 6, remain at older version -->
398
+ </plugin>
399
</plugins>
400
</pluginManagement>
401
+ <plugins>
402
403
404
405
406
407
+ </plugins>
408
</build>
409
</profile>
410
<profile>
0 commit comments