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.1.0 in this page.
Apache License
You can use the following script to add maven-bundle-plugin-2.1.0.jar to your project.
<dependency> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.1.0</version> </dependency>
compile group: 'org.apache.felix', name: 'maven-bundle-plugin', version: '2.1.0'
libraryDependencies += "org.apache.felix" % "maven-bundle-plugin" % "2.1.0"
<dependency org="org.apache.felix" name="maven-bundle-plugin" rev="2.1.0"/>
@Grapes(@Grab(group='org.apache.felix', module='maven-bundle-plugin', version='2.1.0'))
'org.apache.felix:maven-bundle-plugin:jar:2.1.0'
Click the following link to download the jar file.
maven-bundle-plugin-2.1.0-sources.jar