Full name:
org.codehaus.mojo:jboss-maven-plugin:1.5.0:stop
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| jbossHome | File | - | The location of JBoss Home. This is a required configuration
parameter (unless JBOSS_HOME is set). |
| Name | Type | Since | Description |
|---|---|---|---|
| options | String | - | Deprecated. use stopOptions 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. |
| stopOptions | String | 1.5.0 | The set of options to pass to the JBoss "run" command. Default value is: -S. |
| stopWait | int | 1.4.1 | Wait in ms for server to shutdown before the plugin returns. |