Package branding resources for NetBeans platform/IDE based application.
The format of branding resources is the same as in
NetBeans Ant-based projects.
The src/main/nbm-branding folder of the project is assumed to
contain the branding content. Within the directory, the following folder structure is assumed:
Mojo Attributes :
package| Name | Type | Description |
|---|---|---|
| brandingSources | String |
Location of the branded resources. |
| brandingToken | String |
The branding token used by the application. |
| cluster | String |
cluster of the branding. Default value is maven1. |
| nbmBuildDir | String |
directory where the the binary content is created. |
Location of the branded resources.
java.lang.StringYes${basedir}/src/main/nbm-brandingThe branding token used by the application.
java.lang.StringYes${netbeans.branding.token}cluster of the branding.
java.lang.StringYesmaven1directory where the the binary content is created.
java.lang.StringYes${project.build.directory}/nbm