Full name:
org.codehaus.mojo:jboss-maven-plugin:1.5.0:undeploy
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| fileNames | List | - | The name of the file or directory to deploy or undeploy. |
| hostName | String | - | The host JBoss is running on. Default value is: localhost. |
| port | int | - | The port JBoss is running on. Default value is: 8080. |
| server | String | - | Deprecated. Use serverId instead |
| serverId | String | 1.5.0 | The id of the server configuration found in Maven settings.xml.
This configuration will determine the username/password to use when
authenticating with the JBoss server. If no value is specified, a
default username and password will be used. |
| skip | boolean | 1.5.0 | Skip the mojo execution. Default value is: false. |
| undeployUrlPath | String | - | The undeployment path relative to the base server URL. |
port:
skip: