nbm:run-ide
Full name:
org.netbeans.maven:nbm-maven-plugin:4.2-SNAPSHOT:run-ide
Description:
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator plugin.
- Requires dependency resolution of artifacts in scope: runtime.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
clusterBuildDir | File | - | 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 | File | - | directory where the the NetBeans platform/IDE installation is,
denotes the root directory of NetBeans installation. User property is: netbeans.installation. |
netbeansUserdir | File | - | NetBeans user directory for the executed instance. Default value is: ${project.build.directory}/userdir. User property is: netbeans.userdir. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
additionalArguments | String | - | additional command line arguments. User property is: netbeans.run.params. |
debugAdditionalArguments | String | - | Attach a debugger to the application JVM. If set to "true", the
process will suspend and wait for a debugger to attach on port
5005. If set to some other string, that string will be appended to
the additionalArguments, allowing you to configure
arbitrary debug-ability options (without overwriting the other
options specified through the additionalArguments
parameter). User property is: netbeans.run.params.debug. |
Parameter Details
- Type: java.lang.String
- Required: No
- User Property: netbeans.run.params
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}/netbeans_clusters
- Type: java.lang.String
- Required: No
- User Property: netbeans.run.params.debug
- Type: java.io.File
- Required: Yes
- User Property: netbeans.installation
- Type: java.io.File
- Required: Yes
- User Property: netbeans.userdir
- Default: ${project.build.directory}/userdir