Reworked project-documentation: moved to maven-thymeleaf-skin
[hibernate4-maven-plugin] / src / site / xhtml / force.xhtml
index cd582db..4e4fdcb 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Force Execution</h1></header>
   <p>
   The hibernate-maven-plugin computes MD5-sums for all found annotated
   classes and stores them together with the generated schema.
   </p>
   <p>
   The plugin signals, that the execution was skipped by setting the maven
-  property <code>$\{hibernate.export.skipped\}</code> to <code>true</code>.
+  property <code>${hibernate.schema.skipped}</code> to <code>true</code>.
   This may be helpful, because other plugins like
   <a href="http://mojo.codehaus.org/dbunit-maven-plugin/">dbunit-plugin</a>
   <a href="./pitfalls.html#fails">may fail</a>, when the execution is skipped.
   </p>
   <p>
-  If you need the hibernate-maven-plugin to &lt;never skip execution automatically&gt;,
+  If you need the hibernate-maven-plugin to <em>never skip execution automatically</em>,
   you can force it to do so, if you set the parameter <code>force</code> to
   <code>true</code>:
   </p>
@@ -33,7 +34,7 @@
   &lt;/configuration&gt;
 &lt;/plugin&gt;</pre>
   <p>
-  Or you may specify <code>-Dhibernate.export.force=true</code> at the command line,
+  Or you may specify <code>-Dhibernate.schema.force=true</code> at the command line,
   if you want to force hibernate-maven-plugin only once.
   </p>
  </body>