MVN

biz.aQute.bnd : bnd-export-maven-plugin

Maven & Gradle

Nov 30, 2022
2 usages
524 stars

Bnd Export Maven Plugin · The bnd export maven plugin can be used to export OSGi applications.

<plugin>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>bnd-export-maven-plugin</artifactId>
    <version>6.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute.bnd : bnd-export-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

Choose a version of biz.aQute.bnd : bnd-export-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
6.4.x
bnd-export-maven-plugin-6.4.0
6.3.x
bnd-export-maven-plugin-6.3.1
bnd-export-maven-plugin-6.3.0
6.2.x
bnd-export-maven-plugin-6.2.0
6.1.x
bnd-export-maven-plugin-6.1.0
6.0.x
bnd-export-maven-plugin-6.0.0
5.3.x
bnd-export-maven-plugin-5.3.0
5.2.x
bnd-export-maven-plugin-5.2.0
5.1.x
bnd-export-maven-plugin-5.1.2
bnd-export-maven-plugin-5.1.1
bnd-export-maven-plugin-5.1.0
5.0.x
bnd-export-maven-plugin-5.0.1
bnd-export-maven-plugin-5.0.0
4.3.x
bnd-export-maven-plugin-4.3.1
bnd-export-maven-plugin-4.3.0
4.2.x
bnd-export-maven-plugin-4.2.0
4.1.x
bnd-export-maven-plugin-4.1.0
4.0.x
bnd-export-maven-plugin-4.0.0
3.5.x
bnd-export-maven-plugin-3.5.0
3.4.x
bnd-export-maven-plugin-3.4.0
3.3.x
bnd-export-maven-plugin-3.3.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>bnd-export-maven-plugin</artifactId>
    <version>6.4.0</version>
</plugin>