Full name:
org.jboss.as.plugins:jboss-as-maven-plugin:7.9.Final:undeploy-artifact
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
afterDeployment | Commands | - | Executions to run after the deployment |
artifactId | String | - | The artifact to deploys artifactId |
beforeDeployment | Commands | - | Commands to run before the deployment |
domain | Domain | - | Specifies the configuration for a domain server. |
groupId | String | - | The artifact to deploys groupId |
hostname | String | - | Specifies the host name of the server where the deployment plan
should be executed. Default value is: localhost. User property is: jboss-as.hostname. |
id | String | - | Specifies the id of the server if the username and password is to
be retrieved from the settings.xml file User property is: jboss-as.id. |
ignoreMissingDeployment | boolean | - | Indicates whether undeploy should ignore the undeploy operation if
the deployment does not exist. Default value is: true. User property is: undeploy.ignoreMissingDeployment. |
name | String | - | Specifies the name used for the deployment. Note that the name
should end in a valid deployment extension.
Examples:
|
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, User property is: jboss-as.password. |
port | int | - | Specifies the port number the server is listening on. Default value is: 9999. User property is: jboss-as.port. |
skip | boolean | - | Indicates whether or not the goal should be skipped. Default value is: false. User property is: jboss-as.skip. |
timeout | int | - | Specifies the timeout to be used when hitting the host. Default is
5000ms. User property is: jboss-as.timeout. |
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, User property is: jboss-as.username. |
id:
name:
Examples:
port:
skip: