Updated documentation
[hibernate4-maven-plugin] / src / site / xhtml / index.xhtml
index 39d191e..7a2b02c 100644 (file)
@@ -4,11 +4,11 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
-  <h1>Hibernate Maven Plugin</h1>
-  <h2>A simple Plugin for generating a Database-Schema from Hibernate Mapping-Annotations</h2>
+  <h1>Hibernate Maven Plugin</h1>
+  <h2>A simple Plugin for generating a Database-Schema from Hibernate Mapping-Annotations</h2>
   <p>
-  The <strong>hibernate4-maven-plugin</strong> is a plugin for generating a database-schema
-  from your Hibernate-4-Mappings and create or update your database
+  The <strong>hibernate-maven-plugin</strong> is a plugin for generating a database-schema
+  from your Hibernate-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
   </p>
   <p>
   Last but not least, in order to not slow down the development cycle, the
-  hibernate4-maven-plugin only executes the schema-export, if the mapping
+  hibernate-maven-plugin only executes the schema-export, if the mapping
   or the dialect changes (or if you force it to do so).
   </p>
   <p>
   For more information about the inspiration to write this tiny plugin,
-  <a href="/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</a>.
+  <a href="/hibernate-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate-maven-plugin</a>.
   </p>
   <h2>Documentation</h2>
   <ul>
@@ -48,7 +48,8 @@
    and simple examples of how to use this plugin.
    </li>
    <li>
-   See <a href="./export-mojo.html">hibernate4:export</a> and
+   See <a href="./create-mojo.html">hibernate:create</a>,
+   See <a href="./drop-mojo.html">hibernate:drop</a> and
    <a href="./plugin-info.html">Plugin Documentation</a> for the full
    autogenerated documentation. These are mostly configuration-options
    of the Hibernate-Tools <code>SchemaExport</code> and <code>SchemaUpdate</code>, that do
@@ -57,7 +58,7 @@
   </ul>
   <h2>Releases</h2>
   <ul>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin">current version</a></li>
+    <li><a href="http://juplo.de/hibernate-maven-plugin">current version</a></li>
     <li>${project.version} (this version)</li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.5">1.0.5</a></li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4">1.0.4</a></li>