MVN

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

Maven & Gradle

Nov 30, 2022
523 stars

Bnd Generate Maven Plugin · Generate Code using the Plugin based BND Codegenerator function

<plugin>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>bnd-generate-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-generate-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

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

Version Vulnerabilities Updated
6.4.x
bnd-generate-maven-plugin-6.4.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-generate-maven-plugin</artifactId>
    <version>6.4.0</version>
</plugin>

Advertisement