Jar examples for m:maven-bundle-plugin
Provides a maven plugin which allows the creation of an OSGi bundle by embedding used packages as class or jars by inspecting the classpath used to compile the bundle. Plus a zillion other features. The plugin relies on the bnd tools, so to gather more information you can look at is documentation http://www.aqute.biz/php/tools/bnd.php
You can download jar file maven-bundle-plugin 2.3.7 in this page.
Apache License
You can use the following script to add maven-bundle-plugin-2.3.7.jar to your project.
<dependency> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> </dependency>
compile group: 'org.apache.felix', name: 'maven-bundle-plugin', version: '2.3.7'
libraryDependencies += "org.apache.felix" % "maven-bundle-plugin" % "2.3.7"
<dependency org="org.apache.felix" name="maven-bundle-plugin" rev="2.3.7"/>
@Grapes(@Grab(group='org.apache.felix', module='maven-bundle-plugin', version='2.3.7'))
'org.apache.felix:maven-bundle-plugin:jar:2.3.7'
Click the following link to download the jar file.
maven-bundle-plugin-2.3.7-javadoc.jar