X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fapt%2Fconfiguration.apt;h=98fad3bcb64547ffa1d919fb87f8921058a696f2;hp=ea11db0cdff9571f53a3d7ee7ae3a0018b2a0b06;hb=bd78c276663790bf7a3f121db85a0d62c64ce38c;hpb=4b507b15b0122ac180e44b8418db8d9143ae9c3a diff --git a/src/site/apt/configuration.apt b/src/site/apt/configuration.apt index ea11db0c..98fad3bc 100644 --- a/src/site/apt/configuration.apt +++ b/src/site/apt/configuration.apt @@ -1,6 +1,10 @@ -Configuration Examples + --- + Configuration Examples + --- + Kai Moritz + --- -* Configuration through a hibernate.properties-File +Configuration through a hibernate.properties-File The most simple way to configure the plugin is, to put all the hibernate-configuration in a <>-file on your @@ -59,7 +63,7 @@ Configuration Examples You never can overwrite them by accident when specifying a property on the commandline or in your <<>>. -* Configuration through maven-properties +Configuration through maven-properties Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property @@ -120,7 +124,7 @@ Configuration Examples --------------- -* Configuration through the plugin-configuration +Configuration through the plugin-configuration A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are: @@ -160,23 +164,11 @@ Configuration Examples --------------- - There are some seldom used parameters, that can only be configured throug - this method: + The parameter <> (name of the hibernate-properties-file + to use, defaults to <>) can only be configured through + this approach. - * <> the delimiter used in the generated sql-script - - * <> wether the generated sql-script is formatted, or not - - * <> name of the hibernate-properties-file - - * <> name of the generated sql-script - - * <> create database or generate sql-script or both - - * <> create or drop the database or do both or nothing - (just validate the annotation-configuration) - - For explanations, see the + For more explanations, see the {{{./export-mojo.html} Documentation of the export-Mojo}}. {Configuration-Method-Precedence}