jboss:redeploy

Full name:

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

Description:

ReDeploys a directory or file to 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.
redeployUrlPath String - The redeployment URL.
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.

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

redeployUrlPath:

The redeployment URL.
  • Type: java.lang.String
  • Required: No

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