| Goal | Description |
|---|---|
| nbm:jar | Creates a netbeans module jar.
Basic Netbeans manifest attributes are generated by default.
It includes the possibility to add additional netbeans manifest entries
using the
Also localizable attributes |
| nbm:nbm | Creates the nbm file. It includes the module jar, and also it's dependencies if they are marked in this manner:
The license file is included if defined. |
| nbm:autoupdate | Creates a Netbeans autoupdate structure.
For nbms collected by the |
| Goal | Description |
|---|---|
| nbm:fill-repository |
This goal extracts Netbeans module jars from the Netbeans IDE/Platform installation and puts them into the local maven repository. It will figure out the correct version information by examining the module jar's manifest. |
| nbm:prepare-nbm-resources |
This goal is a prerequisite of nbm:nbm, it copies all the required resources into
the |
| nbm:install |
Installs the NBM and the jar with netbeans enhanced manifest attributes into the local repository. |
| nbm:collect-nbms |
Collects all the project's NBM files (the primary artifact.
Default target location is |