jboss-as:shutdown

Full name:

org.jboss.as.plugins:jboss-as-maven-plugin:7.9.Final:shutdown

Description:

Shuts down a running JBoss Application Server. Can also be used to issue a reload instead of a full shutdown.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
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.
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.
reload boolean - Set to true if a reload operation should be invoked instead of a shutdown.
Default value is: false.
User property is: jboss-as.reload.
reloadTimeout int - The maximum time, in seconds, to wait for a live server after a reload.
Default value is: 30.
User property is: jboss-as.reload.timeout.
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.

Parameter Details

hostname:

Specifies the host name of the server where the deployment plan should be executed.
  • Type: java.lang.String
  • Required: No
  • User Property: jboss-as.hostname
  • Default: localhost

id:

Specifies the id of the server if the username and password is to be retrieved from the settings.xml file
  • Type: java.lang.String
  • Required: No
  • User Property: jboss-as.id

password:

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,
  • Type: java.lang.String
  • Required: No
  • User Property: jboss-as.password

port:

Specifies the port number the server is listening on.
  • Type: int
  • Required: No
  • User Property: jboss-as.port
  • Default: 9999

reload:

Set to true if a reload operation should be invoked instead of a shutdown.
  • Type: boolean
  • Required: No
  • User Property: jboss-as.reload
  • Default: false

reloadTimeout:

The maximum time, in seconds, to wait for a live server after a reload.
  • Type: int
  • Required: No
  • User Property: jboss-as.reload.timeout
  • Default: 30

skip:

Indicates whether or not the goal should be skipped.
  • Type: boolean
  • Required: No
  • User Property: jboss-as.skip
  • Default: false

timeout:

Specifies the timeout to be used when hitting the host. Default is 5000ms.
  • Type: int
  • Required: No
  • User Property: jboss-as.timeout

username:

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,
  • Type: java.lang.String
  • Required: No
  • User Property: jboss-as.username