Run NetBeans IDE with additional custom module clusters, to be used in conjunction with nbm:cluster.
Mojo Attributes :
runtime| Name | Type | Description |
|---|---|---|
| clusterBuildDir | String |
directory where the module(s)' netbeans cluster(s) are located.
is related to nbm:cluster goal. Default value is ${project.build.directory}/netbeans_clusters. |
| netbeansInstallation | String |
directory where the the netbeans platform/IDE installation is, denotes the root directory of netbeans installation. |
| netbeansUserdir | String |
netbeans user directory for the executed instance. Default value is ${project.build.directory}/userdir. |
| Name | Type | Description |
|---|---|---|
| additionalArguments | String |
additional command line arguments. Eg. -J-Xdebug -J-Xnoagent -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=8888 can be used to debug the IDE. |
additional command line arguments. Eg. -J-Xdebug -J-Xnoagent -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=8888 can be used to debug the IDE.
java.lang.StringNo${netbeans.run.params}directory where the module(s)' netbeans cluster(s) are located. is related to nbm:cluster goal.
java.lang.StringYes${project.build.directory}/netbeans_clustersdirectory where the the netbeans platform/IDE installation is, denotes the root directory of netbeans installation.
java.lang.StringYes${netbeans.installation}netbeans user directory for the executed instance.
java.lang.StringYes${netbeans.userdir}${project.build.directory}/userdir