Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:wsDefaultBindings
Description:
Attributes:
package.| 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 |
|---|---|---|---|
| dbPassword | String |
- |
Specifies the password associated with the default data source. |
| dbUser | String |
- |
Specifies the user associated with the default data source. |
| defaultConnectionFactory | String |
- |
Specifies the default connection factory to be used for all EJB 2.x CMPs. |
| defaultDataSource | String |
- |
Specifies an optional default data source JNDI name to be used for all EJB 1.x CMPs. |
| earFile | File |
- |
EAR archive to generate bindings for. Default value is: ${project.artifact.file}. |
| ejbJndiPrefix | String |
- |
Specifies a prefix that is prepended to any generated EJB JNDI names. The default is "ejb". |
| exportFile | File |
- |
When specified, it points to a file that will be generated containing the bindings information. This file is in the custom strategy format. |
| failOnError | boolean |
- |
Keep on going even if calling task fails. Default value is: true. |
| forceBindings | boolean |
- |
When false, any pre-existing bindings will not be altered. When
true, new bindings are completely generated. Default value is: false. |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| resAuth | String |
- |
Specifies the resource authorization on the connection factory for
EJB 2.x CMPs. Legal values are: PerConnFact or Container |
| strategy | File |
- |
When specified, this attribute points to a custom strategy file that further affects the bindings. See the properties/dfltbndngs.dtd of your WebSphere installation for more details. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
| virtualHost | String |
- |
Specifies the virtual host for all wars in the application. |
java.lang.StringNo${was6.dbPassword}java.lang.StringNo${was6.dbUser}java.lang.StringNo${was6.defaultConnectionFactory}java.lang.StringNo${was6.defaultDataSource}java.io.FileNo${was6.earFile}${project.artifact.file}java.lang.StringNo${was6.ejbJndiPrefix}java.io.FileNo${was6.exportFile}booleanNo${was6.failOnError}truebooleanNo${was6.forceBindings}falsejava.io.FileNo${was6.logFile}java.lang.StringNo${was6.resAuth}java.io.FileNo${was6.strategy}booleanNo${was6.verbose}falsejava.lang.StringNo${was6.virtualHost}java.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin