Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:installApp
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| applicationName | String |
- |
The name of the application that you wish to administer. Default value is: ${project.build.finalName}. |
| conntype | String |
- |
Specifies the type of connection to be used. Valid values are:
SOAP, RMI or NONE. Default value is: NONE. |
| host | String |
- |
The host to connect to. This will also be used as the keys to
lookup userId/password from settings.xml, if not specified in the
username and/or password parameter in the plugin. Default value is: localhost. |
| 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 |
|---|---|---|---|
| earFile | File |
- |
EAR archive to deploy. Default value is: ${project.artifact.file}. |
| failOnError | boolean |
- |
Keep on going even if calling task fails. Default value is: true. |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| password | String |
- |
Password to authenticate with. This takes precedence over values defined in settings.xml. |
| port | Integer |
- |
The port on the host to connect to. |
| profile | String |
- |
Optional script file to be executed before the main command or file. |
| profileName | String |
- |
The profile name of the desired server. |
| properties | File |
- |
Optional java properties file containing attributes to set in the JVM System properties |
| targetCell | String |
- |
The target cell for deployment. |
| targetCluster | String |
- |
Name of target cluster to deploy to. |
| targetNode | String |
- |
The target node for deployment. |
| targetServer | String |
- |
The target server for deployment. |
| updateExisting | boolean |
- |
Flag for updating existing application or installing a brand new. Default value is: true. |
| username | String |
- |
user ID to authenticate with. This takes precedence over values defined in settings.xml. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
java.lang.StringYes${was6.applicationName}${project.build.finalName}java.lang.StringYes${was6.conntype}NONEjava.io.FileNo${was6.earFile}${project.artifact.file}booleanNo${was6.failOnError}truehost:
java.lang.StringYes${was6.host}localhostjava.io.FileNo${was6.logFile}java.lang.StringNo${was6.password}port:
java.lang.IntegerNo${was6.port}java.lang.StringNo${was6.profile}java.lang.StringNo${was6.profileName}java.io.FileNo${was6.properties}java.lang.StringNo${was6.targetCell}java.lang.StringNo${was6.targetCluster}java.lang.StringNo${was6.targetNode}java.lang.StringNo${was6.targetServer}booleanNo${was6.updateExisting}truejava.lang.StringNo${was6.username}booleanNo${was6.verbose}falsejava.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin