Reworked documentation: added documentation for new features etc.
[hibernate4-maven-plugin] / src / site / apt / index.apt
1 A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.
2
3   <<hibernate4-maven-plugin>> is a plugin for generating a database-schema
4   from your Hibernate-4-Mappings and create or update your database
5   accordingly.
6
7   The plugin was designed to be easy and safe to use, because it must not 
8   never, never happen, that you blow away your production database when
9   firering a maven-build of your webapp on your production-machine!
10   For more information about the inspiration to write this tiny plugin,
11   {{{/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/} read our blog-article about the hibernate4-maven-plugin}}.
12
13 Documentation and Examples
14
15  * See {{{./examples.html} Examples}} for Usage-Explanations and simple
16    examples of how to use this plugin.
17
18  * See {{{./plugin-info.html} Plugin Documentation}} for the full
19    autogenerated documentation. These are mostly configuration-options
20    of the Hibernate-Tools <<<SchemaExport>>> and <<<SchemaUpdate>>>, that do
21    the work in the background.