Full name:
org.codehaus.mojo:jboss-maven-plugin:1.5.0:wait-app-start
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| jbossHome | File | 1.5.0 | The location of JBoss Home. This is a required configuration
parameter (unless JBOSS_HOME is set). |
| Name | Type | Since | Description |
|---|---|---|---|
| earName | String | 1.5.0 | (no description) |
| hostName | String | 1.5.0 | The host JBoss is running on. Default value is: localhost. |
| namingPort | String | 1.5.0 | The port for the naming service. Default value is: 1099. |
| options | String | 1.5.0 | Deprecated. use startOptions instead |
| retry | int | 1.5.0 | Maximum number of retries to get JBoss JMX MBean connection. Default value is: 4. |
| retryWait | int | 1.5.0 | Wait in ms before each retry of the JBoss JMX MBean connection. Default value is: 5000. |
| 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. |
| serverName | String | 1.5.0 | 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. |
| timeout | int | 1.5.0 | Time in ms to start the application server (once JMX MBean
connection has been reached). Default value is: 20000. |