Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:wsListApps
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| 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 |
- |
Valid values are SOAP, RMI, JMS, and NONE. NONE means that no server connection is made. |
| failOnError | boolean |
- |
Keep on going even if calling task fails. Default value is: true. |
| host | String |
- |
The host attribute is optional and only specified if the conntype is specified. It contains the hostname of the machine to connect to. |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| password | String |
- |
The password to authenticate with. |
| port | Integer |
- |
Only needed if the conntype is specified. It contains the port on the host to connect to. |
| profile | File |
- |
A script file to be executed before the main command or file. |
| profileName | String |
- |
The name of the server profile to be used. |
| properties | File |
- |
properties file containing attributes to set in the JVM System properties. |
| user | String |
- |
The user ID to authenticate with. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
java.lang.StringNo${was6.conntype}booleanNo${was6.failOnError}truehost:
java.lang.StringNo${was6.host}java.io.FileNo${was6.logFile}java.lang.StringNo${was6.password}port:
java.lang.IntegerNo${was6.port}java.io.FileNo${was6.profile}java.lang.StringNo${was6.profileName}java.io.FileNo${was6.properties}user:
java.lang.StringNo${was6.user}booleanNo${was6.verbose}falsejava.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin