Full name:
de.juplo:hibernate4-maven-plugin:1.0:export
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
delimiter | String | - | Delimiter in output-file. Default value is: ;. |
driverClassName | String | - | SQL-Driver name. User property is: hibernate.connection.driver_class. |
format | boolean | - | Format output-file. Default value is: true. |
hibernateDialect | String | - | Hibernate dialect. User property is: hibernate.dialect. |
hibernateProperties | String | - | Hibernate configuration file. Default value is: ${project.build.outputDirectory}/hibernate.properties. |
outputDirectory | String | - | Directories to scan. User property is: project.build.outputDirectory. |
outputFile | String | - | Output file. Default value is: ${project.build.outputDirectory}/schema.sql. |
password | String | - | Database password User property is: hibernate.connection.password. |
skip | boolean | - | Skip execution User property is: maven.test.skip. |
target | String | - | Target of execution:
Default value is: EXPORT. |
type | String | - | Type of export.
Default value is: BOTH. |
url | String | - | Database URL. User property is: hibernate.connection.url. |
username | String | - | Database username User property is: hibernate.connection.username. |
skip:
type:
url: