Full name:
org.wildfly.plugins:wildfly-maven-plugin:2.1.0.Beta1:undeploy-artifact
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
artifactId | String | - | The artifact to deploys artifactId |
authenticationConfig | URL | - | A URL which points to the authentication configuration
(wildfly-config.xml) the client uses to authenticate
with the server. User property is: wildfly.authConfig. Alias is: authentication-config. |
classifier | String | - | The artifact to deploys classifier. Note that the classifier must
also be set on the dependency being deployed. |
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: wildfly.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: wildfly.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.
The default name is derived from the project.build.finalName and the packaging type. User property is: wildfly.deployment.name. |
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: wildfly.password. |
port | int | - | Specifies the port number the server is listening on. Default value is: 9990. User property is: wildfly.port. |
protocol | String | - | The protocol used to connect to the server for management. User property is: wildfly.protocol. |
serverGroups | List | - | The server groups the content should be deployed to. User property is: wildfly.serverGroups. Alias is: server-groups. |
skip | boolean | - | Set to true if you want the deployment to be skipped,
otherwise false. Default value is: false. User property is: wildfly.skip. |
timeout | int | - | The timeout, in seconds, to wait for a management connection. Default value is: 60. User property is: wildfly.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: wildfly.username. |
id:
name:
The default name is derived from the project.build.finalName and the packaging type.
port:
skip: