Full name:
org.codehaus.mojo:was6-maven-plugin:1.1.1:wsStopServer
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| server | String |
- |
Name of the server to start. Default value is: server1. |
| 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 |
|---|---|---|---|
| conntype | String |
- |
Specifies the type of connection to be used. Valid values are: SOAP
or RMI Default value is: SOAP. |
| failOnError | boolean |
- |
Fail build on errors. Default value is: true. |
| logFile | String |
- |
Specifies the name of the file to log the server start information
to. If none is specified maven default will be used. |
| noWait | boolean |
- |
If true, the task with return immediately without waiting for the
server to start. Default value is: false. |
| password | String |
- |
Optional. Specifies the password of the admin user to authenticate
with for administrative access. |
| port | Integer |
- |
Admin port of the server you wish to stop. |
| profileName | String |
- |
The profile name of the desired server. |
| quiet | boolean |
- |
If true, the task will not print any status information. Default value is: false. |
| replaceLog | boolean |
- |
If true, the task with erase an existing log file, instead of
appending Default value is: false. |
| skip | boolean |
1.1.1 |
Skip execution. Default value is: false. |
| statusPort | Integer |
- |
Optional. Specifies the TCP Port the server should send status
messages to. |
| timeout | Integer |
- |
Optional. Wait the specified the amount of time in seconds to wait
for the server to successfully start. |
| trace | boolean |
- |
If true, the task with print trace information. Default value is: false. |
| username | String |
- |
Optional. Specifies the id of the admin user to authenticate with
for administrative access. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
java.lang.StringNo${was6.conntype}SOAPbooleanNo${was6.failOnError}truejava.lang.StringNo${was6.logFile}booleanNo${was6.noWait}falsejava.lang.StringNo${was6.password}port:
java.lang.IntegerNo${was6.port}java.lang.StringNo${was6.profileName}booleanNo${was6.quiet}falsebooleanNo${was6.replaceLog}falsejava.lang.StringYes${was6.server}server1skip:
boolean1.1.1No${was6.skip}falsejava.lang.IntegerNo${was6.statusPort}java.lang.IntegerNo${was6.timeout}booleanNo${was6.trace}falsejava.lang.StringNo${was6.username}booleanNo${was6.verbose}falsejava.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin