nbm:standalone-zip
Full name:
org.codehaus.mojo:nbm-maven-plugin:3.14:standalone-zip
Description:
Create a standalone application out of the composed clusters of
nbm-application
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name |
Type |
Since |
Description |
brandingToken |
String |
- |
The branding token for the application based on NetBeans platform. User property is: netbeans.branding.token. |
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 zip artifact produced by the goal (without .zip
extension) Default value is: ${project.build.finalName}.
|
Parameter Details
brandingToken:
The branding token for the application based on NetBeans platform.
- Type: java.lang.String
- Required: Yes
- User Property: netbeans.branding.token
finalName:
Name of the zip artifact produced by the goal (without .zip
extension)
- Type: java.lang.String
- Required: No
- Default: ${project.build.finalName}
outputDirectory:
output directory where the the NetBeans application will be
created.
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}