jboss:undeploy

Full name:

org.codehaus.mojo:jboss-maven-plugin:1.5.0:undeploy

Description:

Undeploys a directory or file from JBoss via JMX.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

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.

Parameter Details

fileNames:

The name of the file or directory to deploy or undeploy.
  • Type: java.util.List
  • Required: No

hostName:

The host JBoss is running on.
  • Type: java.lang.String
  • Required: No
  • Expression: ${jboss.hostName}
  • Default: localhost

port:

The port JBoss is running on.
  • Type: int
  • Required: No
  • Expression: ${jboss.port}
  • Default: 8080

server:

Deprecated. Use serverId instead
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.
  • Type: java.lang.String
  • Required: No

serverId:

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.
  • Type: java.lang.String
  • Since: 1.5.0
  • Required: No
  • Expression: ${jboss.serverId}

skip:

Skip the mojo execution.
  • Type: boolean
  • Since: 1.5.0
  • Required: No
  • Expression: ${jboss.skip}
  • Default: false

undeployUrlPath:

The undeployment path relative to the base server URL.
  • Type: java.lang.String
  • Required: No