Fixed bug in site-configuration
[hibernate4-maven-plugin] / src / site / apt / index.apt
index ffe27dd..76af673 100644 (file)
@@ -1,8 +1,15 @@
-A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.
+  ---
+  A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.
+  ---
+  Kai Moritz
+  ---
 
   <<hibernate4-maven-plugin>> is a plugin for generating a database-schema
   from your Hibernate-4-Mappings and create or update your database
   accordingly.
+  Its main usage is to automatically create and populate a test-database
+  for unit-tests in cooperation with the
+  {{{http://mojo.codehaus.org/dbunit-maven-plugin/} dbunit-maven-plugin}}.
 
   The plugin was designed with three main goals in mind:
 
@@ -28,7 +35,7 @@ A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annota
   For more information about the inspiration to write this tiny plugin,
   {{{/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}}.
 
-Documentation
+Documentation
 
  * See {{{./configuration.html} Configuration Examples}} for Usage-Explanations
    and simple examples of how to use this plugin.
@@ -39,10 +46,14 @@ A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annota
    of the Hibernate-Tools <<<SchemaExport>>> and <<<SchemaUpdate>>>, that do
    the work in the background.
 
-Releases
+Releases
 
  * {{{http://juplo.de/hibernate4-maven-plugin} current version}}
 
  * ${project.version} (this version)
 
+ * {{{http://juplo.de/hibernate4-maven-plugin-1.0.2} 1.0.2}}
+
+ * {{{http://juplo.de/hibernate4-maven-plugin-1.0.1} 1.0.1}}
+
  * {{{http://juplo.de/hibernate4-maven-plugin-1.0} 1.0}}