Full name:
org.andromda.maven.plugins:andromdapp-maven-plugin:3.5-SNAPSHOT:schema
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| jdbcConnectionUrl | String | - | The JDBC connection URL. |
| jdbcDriver | String | - | The name of the JDBC driver class. |
| jdbcDriverJar | String | - | The jar containing the JDBC driver. |
| jdbcUsername | String | - | The JDBC username for the database. |
| pluginArtifacts | List | - | (no description) |
| taskType | String | - | The type of the create schema task to execute. |
| Name | Type | Since | Description |
|---|---|---|---|
| executeScripts | boolean | - | Whether or not scripts should be executed (if this is set to false,
they will only be generated, but not executed). |
| jdbcPassword | String | - | The JDBC password for the database. |
| properties | Properties | - | The properties that can be passed to the schema task. |
| propertyFiles | String[] | - | Any property files that should be loaded into the schema
properties. |
| scripts | List | - | Defines the location(s) of any SQL scripts to be executed. |
| tasks | String | - | The schema task to execute (create, drop, update, validate) |