Updated documentation
authorKai Moritz <kai@juplo.de>
Mon, 2 Jun 2014 08:12:24 +0000 (10:12 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 2 Jun 2014 08:13:33 +0000 (10:13 +0200)
src/site/xhtml/configuration.xhtml

index bfaf6fe..e3ce8bc 100644 (file)
   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">