Full name:
org.codehaus.mojo:nbm-maven-plugin:3.7:cluster-app
Description:
Attributes:
| 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}. |
| Name | Type | Since | Description |
|---|---|---|---|
| binDirectory | File | - | Directory which contains the executables that will be copied to the
final application's bin/ directory. Please note that the name of
the executables shall generally match the brandingToken parameter.
Otherwise the application can be wrongly branded. |
| defaultCluster | String | 3.2 | If the depending NBM file doesn't contain any application cluster
information, use this value as default location for such module
NBMs. Default value is: extra. |
| etcClustersFile | File | - | Optional path to custom etc/${brandingToken}.clusters file. If not
defined, a default one will be generated. |
| etcConfFile | File | - | Optional path to custom etc/${brandingToken}.conf file. If not
defined, a default template will be used. |
| useOSGiDependencies | boolean | 3.6 | Process OSGi dependencies. These will all go into
defaultCluster. Default value is: false. |