MVN

org.bitstrings.maven.plugins : nbm-maven-plugin

Maven & Gradle

Dec 03, 2015

NBM Maven Plugin · Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.

<plugin>
    <groupId>org.bitstrings.maven.plugins</groupId>
    <artifactId>nbm-maven-plugin</artifactId>
    <version>4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitstrings.maven.plugins : nbm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.1
  • Latest Beta: 3.11.1-beta-1

All Versions

Choose a version of org.bitstrings.maven.plugins : nbm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1
nbm-maven-plugin-4.1
3.14
nbm-maven-plugin-3.14-1
3.13.x
nbm-maven-plugin-3.13.2-2
nbm-maven-plugin-3.13.2
3.11.x
nbm-maven-plugin-3.11.1-3
nbm-maven-plugin-3.11.1-2
nbm-maven-plugin-3.11.1-1
nbm-maven-plugin-3.11.1
nbm-maven-plugin-3.11.1-beta-1
3.11
nbm-maven-plugin-3.11
nbm-maven-plugin-3.11-beta-2
nbm-maven-plugin-3.11-beta-1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.bitstrings.maven.plugins</groupId>
    <artifactId>nbm-maven-plugin</artifactId>
    <version>4.1</version>
</plugin>