Full name:
org.codehaus.mojo:was6-maven-plugin:1.1.1:wsAdmin
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 |
|---|---|---|---|
| args | String[] |
- |
Arguments passed to the script. |
| command | String |
- |
A single command to be passed to the script processor. Either
specify this or script |
| conntype | String |
- |
The Default type is SOAP. Valid values are SOAP, RMI, and NONE.
NONE means that no server connection is made. Default value is: SOAP. |
| 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 Default value is: localhost. |
| jvmMaxMemory | String |
- |
sets maximum size of the memory for the underlying VM. Default value is: 256M. |
| language | String |
- |
The language to be used to interpret scripts. Valid values are:
"jacl", "javascript" or "jython". |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| password | String |
- |
Contains the password to authenticate with. |
| port | Integer |
- |
The port on the host to connect to. |
| profile | File |
- |
A script file to be executed before the main command or file |
| profileName | String |
- |
Name of the server profile to use |
| properties | File |
- |
A java properties file containing attributes to set in the JVM
System properties |
| script | File |
- |
A file containing a set of commands in a file to be passed to the
script processor. Either specify this parameter or
command |
| skip | boolean |
1.1.1 |
Skip execution. Default value is: false. |
| user | String |
- |
Contains the user ID to authenticate with. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
args:
java.lang.String[]No${was6.args}scriptjava.lang.StringNo${was6.command}java.lang.StringNo${was6.conntype}SOAPbooleanNo${was6.failOnError}truehost:
java.lang.StringNo${was6.host}localhostjava.lang.StringNo${was6.jvmMaxMemory}256Mjava.lang.StringNo${was6.language}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}commandjava.io.FileNo${was6.script}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