Full name:
org.jboss.as.plugins:jboss-as-maven-plugin:7.1.0.Final:add-resource
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
address | String | - | The operation address, as a comma separated string.
If the resource or resources also define and address, this
address will be used as the parent address. Meaning the resource
addresses will be prepended with this address. |
force | boolean | - | Specifies whether force mode should be used or not. If force mode is disabled, the add-resource goal will cause a build failure if the resource is already present on the server Default value is: true. |
hostname | String | - | Specifies the host name of the server where the deployment plan
should be executed. Default value is: localhost. |
password | String | - | Specifies the password to use if prompted to authenticate by the
server. If no password is specified and the server requests
authentication the user will be prompted to supply the password, |
port | int | - | Specifies the port number the server is listening on. Default value is: 9999. |
properties | Map | - | Deprecated. prefer the resources or resource
configuration. |
resource | Resource | - | The resource to add.
A resource could consist of;
|
resources | Resource[] | - | A collection of resources to add. |
username | String | - | Specifies the username to use if prompted to authenticate by the
server. If no username is specified and the server requests
authentication the user will be prompted to supply the username, |
port: