jboss:start

Full name:

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

Description:

Starts JBoss.

Attributes:

Required Parameters

Name Type Since Description
jbossHome File - The location of JBoss Home. This is a required configuration parameter (unless JBOSS_HOME is set).

Optional Parameters

Name Type Since Description
options String - Deprecated. use startOptions instead
serverId String - 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.
serverName String - The name of the configuration profile to use when starting the server. This might be something like "all", "default", or "minimal".
Default value is: default.
startOptions String 1.5.0 The set of space separated options to pass to the JBoss "run" command.

Parameter Details

jbossHome:

The location of JBoss Home. This is a required configuration parameter (unless JBOSS_HOME is set).
  • Type: java.io.File
  • Required: Yes
  • Expression: ${env.JBOSS_HOME}

options:

Deprecated. use startOptions instead
The set of options to pass to the JBoss "run" command.
  • Type: java.lang.String
  • Required: No
  • Expression: ${jboss.options}

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
  • Required: No
  • Expression: ${jboss.serverId}

serverName:

The name of the configuration profile to use when starting the server. This might be something like "all", "default", or "minimal".
  • Type: java.lang.String
  • Required: No
  • Expression: ${jboss.serverName}
  • Default: default

startOptions:

The set of space separated options to pass to the JBoss "run" command.
  • Type: java.lang.String
  • Since: 1.5.0
  • Required: No
  • Expression: ${jboss.startOptions}