Renemed hibernate.schema.export to hibernate.schema.execute
[hibernate4-maven-plugin] / src / site / xhtml / index.xhtml
index a30e6d6..6532475 100644 (file)
@@ -4,11 +4,11 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
-  <h1>Hibernate 4 Maven Plugin</h1>
-  <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
+  <header><h1>${project.name}</h1></header>
+  <h2>${project.description}</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
@@ -34,8 +34,8 @@
   </p>
   <p>
   Last but not least, in order to not slow down the development cycle, the
-  hibernate-maven-plugin only executes the schema-export, if the mapping
-  or the dialect changes (or if you force it to do so).
+  hibernate-maven-plugin only executes the generated SQL, if the mapping
+  or the configuration has changed (or if you force it to do so).
   </p>
   <p>
   For more information about the inspiration to write this tiny plugin,
    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
-   the work in the background.
+   from the Hibernate-Tooling, that does the work in the background.
    </li>
   </ul>
   <h2>Releases</h2>
   <ul>
-    <li><a href="http://juplo.de/hibernate-maven-plugin">current version</a></li>
+    <li><a href="${project.url}">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>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3">1.0.3</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2">1.0.2</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1">1.0.1</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0">1.0</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.5/index.html">1.0.5</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4/index.html">1.0.4</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3/index.html">1.0.3</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2/index.html">1.0.2</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1/index.html">1.0.1</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0/index.html">1.0</a></li>
   </ul>
  </body>
 </html>