Updates the database schema based on the set of *.hbm.xml files
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
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. |