Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:wsStartServer
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 |
|---|---|---|---|
| failOnError | boolean |
- |
Keep on going even if calling task fails. 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. |
| 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. |
| script | String |
- |
Specifies the name of a optional script file to execute during server startup. |
| 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. |
booleanNo${was6.failOnError}truejava.lang.StringNo${was6.logFile}booleanNo${was6.noWait}falsejava.lang.StringNo${was6.password}java.lang.StringNo${was6.profileName}booleanNo${was6.quiet}falsebooleanNo${was6.replaceLog}falsejava.lang.StringNo${was6.script}java.lang.StringYes${was6.server}server1java.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