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 Updated
  • nbm-maven-plugin-4.1

    Dec 03, 2015
  • nbm-maven-plugin-3.14-1

    Mar 24, 2015
  • nbm-maven-plugin-3.13.2-2

    Jan 25, 2015
  • nbm-maven-plugin-3.13.2

    Jul 27, 2014
  • nbm-maven-plugin-3.11.1-3

    Mar 16, 2014
  • nbm-maven-plugin-3.11.1-2

    Dec 05, 2013
  • nbm-maven-plugin-3.11.1-1

    Nov 21, 2013
  • nbm-maven-plugin-3.11.1

    Oct 13, 2013
  • nbm-maven-plugin-3.11.1-beta-1

    Oct 07, 2013
  • nbm-maven-plugin-3.11

    Sep 30, 2013
  • nbm-maven-plugin-3.11-beta-2

    Sep 16, 2013
  • nbm-maven-plugin-3.11-beta-1

    Sep 11, 2013

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>