Updated documentation
[hibernate4-maven-plugin] / src / site / xhtml / index.xhtml
index a30e6d6..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>hibernate-maven-plugin</strong> is a plugin for generating a database-schema
-  from your Hibernate-4-Mappings and create or update your database
+  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
@@ -48,7 +48,8 @@
    and simple examples of how to use this plugin.
    </li>
    <li>
-   See <a href="./export-mojo.html">hibernate: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