m

maven-bundle-plugin

Provides a maven plugin that supports creating an OSGi bundle from the contents of the compilation classpath along with its resources and dependencies. Plus a zillion other features. The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
Files download
File Operation
maven-bundle-plugin-2.3.4.jar download
maven-bundle-plugin-2.3.4.pom download
maven-bundle-plugin-2.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
  <version>2.3.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.felix:maven-bundle-plugin:2.3.4'
Gradle Kotlin
implementation("org.apache.felix:maven-bundle-plugin:2.3.4")
Scala SBT
libraryDependencies += "org.apache.felix" % "maven-bundle-plugin" % "2.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.felix', module='maven-bundle-plugin', version='2.3.4')
)
Apache Ivy
<dependency org="org.apache.felix" name="maven-bundle-plugin" rev="2.3.4" />
Leiningen
[org.apache.felix/maven-bundle-plugin "2.3.4"]
Apache Buildr
'org.apache.felix:maven-bundle-plugin:jar:2.3.4'