MVN

org.apache.netbeans.utilities : nbm-maven-plugin

Maven & Gradle

May 31, 2022
1 usages
11 stars

Apache NetBeans Maven Utilities - 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.apache.netbeans.utilities</groupId>
    <artifactId>nbm-maven-plugin</artifactId>
    <version>4.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.netbeans.utilities : nbm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.8

All Versions

Choose a version of org.apache.netbeans.utilities : nbm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.8
nbm-maven-plugin-4.8
4.7
nbm-maven-plugin-4.7
4.6
nbm-maven-plugin-4.6
4.5
nbm-maven-plugin-4.5
4.4
nbm-maven-plugin-4.4
4.3
nbm-maven-plugin-4.3
4.2
nbm-maven-plugin-4.2

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.apache.netbeans.utilities</groupId>
    <artifactId>nbm-maven-plugin</artifactId>
    <version>4.8</version>
</plugin>

Advertisement