nbm:standalone-zip
Full name:
org.codehaus.mojo:nbm-maven-plugin:3.7:standalone-zip
Description:
Create a standalone application out of the composed clusters of
nbm-application
Attributes:
- Requires a Maven project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| brandingToken |
String |
- |
The branding token for the application based on NetBeans platform.
|
| outputDirectory |
File |
- |
output directory where the the NetBeans application will be
created. Default value is: ${project.build.directory}. |
Optional Parameters
| Name |
Type |
Since |
Description |
| finalName |
String |
- |
Name of the jar packaged by the jar:jar plugin
|
Parameter Details
brandingToken:
The branding token for the application based on NetBeans platform.
- Type: java.lang.String
- Required: Yes
- Expression: ${netbeans.branding.token}
finalName:
Name of the jar packaged by the jar:jar plugin
- Type: java.lang.String
- Required: No
- Expression: ${project.build.finalName}
outputDirectory:
output directory where the the NetBeans application will be
created.
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}