Switched to maven-thymeleaf-skin 1.0.0
[hibernate4-maven-plugin] / src / site / xhtml / configuration.xhtml
index bfaf6fe..c2c9fb8 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Configuration Examples</h1></header>
   <h2>Configuration through a hibernate.properties-File</h2>
   <p>
   The most simple way to configure the plugin is, to put all the
   But be aware, that in this case the database-url, that is
   build in the application is the same that is used while testing, where
   the database is droped and recreated by the plugin.
+  Because of that,
   <strong>
-    So, you should never fire up this configuration on your production
+    you should never fire up this configuration on your production
     system, or your database might be erased!
   </strong>
   </p>
   <p>
-  Hence, you should specify a different url for testing like in the
+  A better approach is, to specify a different url for testing like in the
   following snippet:
   </p>
   <pre class="prettyprint linenums lang-html">
   other configuration-method.
   </p>
   <p>
-  If you realy need to overwrite plugin-configuration-values with
+  If you need to overwrite plugin-configuration-values with
   maven-properties, you can use maven-properties in the plugin-configuration:
   </p>
   <pre class="prettyprint linenums lang-html">