Full name:
org.codehaus.mojo:was6-maven-plugin:1.0:ejbdeploy
Description:
Attributes:
runtime.generate-sources.package prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| generatedClassesDirectory | File |
- |
Directory to hold generated classes. Default value is: ${project.build.directory}/generated-classes/was6-maven-plugin. |
| generatedSourcesDirectory | File |
- |
Directory to hold generated sources. Default value is: ${project.build.directory}/generated-sources/was6-maven-plugin. |
| 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 |
|---|---|---|---|
| compatible35 | boolean |
- |
Set to true to use WebSphere 3.5 compatible mapping rules. |
| dbname | String |
- |
Specifies the name of the database to create. |
| dbschema | String |
- |
Specifies the name of the database schema to create. |
| dbvendor | String |
- |
Specifies the type of database the EJBs will use. |
| dynamic | boolean |
- |
Specifies to enable dynamic query support. |
| failOnError | boolean |
- |
Keep on going even if calling task fails. Default value is: true. |
| jdkComplianceLevel | String |
- |
JDK compliance level. Valid values are: 1.4 or 5.0 This parameter
will only be taken into consideration if legacyMode is false. IBM
didn't support this flag in earlier versions. Default value is: 5.0. |
| legacyMode | boolean |
- |
Set this to true if you've got an old rational SDP version
(7.0.0.4/interimfix 001), or an old WAS base/ND installation (lower
than fixpack 007). Default value is: false. |
| logFile | File |
- |
Optional log file to log execution of ws_ant to. |
| noInform | boolean |
- |
Set to true to disable informational messages. Default value is: false. |
| noValidate | boolean |
- |
Set to true to disable validation messages. Default value is: false. |
| noWarnings | boolean |
- |
Set to true to disable warning and informational messages. Default value is: false. |
| sqlj | boolean |
- |
Set to true to generate SQL/J persistor code. |
| verbose | boolean |
- |
Specifies a verbose execution to help debug. Default value is: false. |
booleanNo${was6.compatible35}java.lang.StringNo${was6.dbname}java.lang.StringNo${was6.dbschema}java.lang.StringNo${was6.dbvendor}booleanNo${was6.dynamic}booleanNo${was6.failOnError}truejava.io.FileYes${was6.generatedClassesDirectory}${project.build.directory}/generated-classes/was6-maven-pluginjava.io.FileYes${was6.generatedSourcesDirectory}${project.build.directory}/generated-sources/was6-maven-pluginjava.lang.StringNo${was6.jdkComplianceLevel}5.0booleanNo${was6.legacyMode}falsejava.io.FileNo${was6.logFile}booleanNo${was6.noInform}falsebooleanNo${was6.noValidate}falsebooleanNo${was6.noWarnings}falsesqlj:
booleanNo${was6.sqlj}booleanNo${was6.verbose}falsejava.io.FileYes${was6.wasHome}${env.WAS_HOME}java.io.FileYes${project.build.directory}/was6-maven-plugin