Added release information to site
[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 Releases
14
15  * {{{http://juplo.de/hibernate4-maven-plugin} current version}}
16
17  * ${project.version} (this version)
18
19  * {{{http://juplo.de/hibernate4-maven-plugin-1.0} 1.0}}
20
21 Documentation and Examples
22
23  * See {{{./examples.html} Examples}} for Usage-Explanations and simple
24    examples of how to use this plugin.
25
26  * See {{{./plugin-info.html} Plugin Documentation}} for the full
27    autogenerated documentation. These are mostly configuration-options
28    of the Hibernate-Tools <<<SchemaExport>>> and <<<SchemaUpdate>>>, that do
29    the work in the background.