Full name:
org.codehaus.mojo:was6-maven-plugin:1.1.1: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 |
- |
Fail build on errors. 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. |
| skip | boolean |
1.1.1 |
Skip execution. Default value is: false. |
| 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}skip:
boolean1.1.1No${was6.skip}falseuser:
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