Creates SQL DDL file and generates the database schema from set of *.hbm.xml files
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
delimiter (Optional) |
String
|
${maven.hib3.delimiter}
|
;
|
String used to separate commands in SQL output. |
drop (Optional) |
boolean
|
${maven.hib3.drop}
|
false
|
Indicates whether to drop the tables before creating or updating. It defaults to false |
format (Optional) |
boolean
|
${maven.hib3.format}
|
true
|
Format export sql files. It defaults to true |
hibernate
|
ConfigHibernate
|
${hibernate}
|
-
|
The Hibernate Configuration. |
outputDirectory
|
ConfigOutputDirectory
|
${outputDirectory}
|
-
|
The Output Directory Configuration. |
outputFile (Optional) |
String
|
${maven.hib3.outputFile}
|
-
|
The location of the directory and name of the file which will be created by schema-export goal. |
project
|
MavenProject
|
${project}
|
-
|
Maven Internal: Project to interact with. |