Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:wsStopApp
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| applicationName | String |
- |
The name of the application that you wish to administer. Default value is: ${project.build.finalName}. |
| conntype | String |
- |
Specifies the type of connection to be used. Valid values are:
SOAP, RMI or NONE. Default value is: NONE. |
| host | String |
- |
The host to connect to. This will also be used as the keys to
lookup userId/password from settings.xml, if not specified in the
username and/or password parameter in the plugin. Default value is: localhost. |
| wasHome | File |
- |
Root install location of WebSphere 6.1 Default value is: ${env.WAS_HOME}. |
| workingDirectory | File |
- |
Working directory for plugin. |
| Name | Type | Since | Description |
|---|---|---|---|
| failOnError | boolean |
- |
Keep on going even if calling task fails. Default value is: true. |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| node | String |
- |
Optional parameter specifying the name of the node containing the application you wish to stop. |
| password | String |
- |
Password to authenticate with. This takes precedence over values defined in settings.xml. |
| port | Integer |
- |
The port on the host to connect to. |
| profile | String |
- |
Optional script file to be executed before the main command or file. |
| profileName | String |
- |
The profile name of the desired server. |
| properties | File |
- |
Optional java properties file containing attributes to set in the JVM System properties |
| server | String |
- |
Optional parameter specifying the name of the server containing the
application you wish to stop. Default value is: server1. |
| username | String |
- |
user ID to authenticate with. This takes precedence over values defined in settings.xml. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
java.lang.StringYes${was6.applicationName}${project.build.finalName}java.lang.StringYes${was6.conntype}NONEbooleanNo${was6.failOnError}truehost:
java.lang.StringYes${was6.host}localhostjava.io.FileNo${was6.logFile}node:
java.lang.StringNo${was6.node}java.lang.StringNo${was6.password}port:
java.lang.IntegerNo${was6.port}java.lang.StringNo${was6.profile}java.lang.StringNo${was6.profileName}java.io.FileNo${was6.properties}java.lang.StringNo${was6.server}server1java.lang.StringNo${was6.username}booleanNo${was6.verbose}falsejava.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin