Full name:
org.rhq.maven.plugins:rhq-agent-plugin-plugin:1.0:exec-cli-script
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
rhqCliDirectory | File | - | The CLI directory (where to install the RHQ CLI). Default value is: ${project.build.directory}/rhq-cli. |
rhqVersion | String | - | Version of the RHQ CLI. |
scriptFile | File | - | The script file to execute. |
Name | Type | Since | Description |
---|---|---|---|
args | List | - | List of CLI arguments. |
argsStyle | String | - | Indicates the style or format of arguments passed to the script. Default value is: indexed. |
failOnError | boolean | - | Whether to fail the build if an error occurs while uploading. Default value is: true. |
host | String | - | Remote RHQ server host. Required if login is set to
true. |
login | boolean | - | Whether to login to a remote RHQ server. Default value is: false. |
password | String | - | Authentication password. Required if login is set to
true. |
port | int | - | Remote RHQ server port. Default value is: 7080. |
skipExecCliScript | boolean | - | Whether to skip the execution of this mojo. Default value is: false. |
username | String | - | Authentication user name. Required if login is set to
true. |
args:
host:
port: