Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / site / xhtml / debugging.xhtml
index 8f91f3f..c67d8c0 100644 (file)
@@ -5,7 +5,7 @@
  </head>
  <body>
   <p>
-  If you are new to <code>hibernate4-maven-plugin</code>, in many cases, the
+  If you are new to <code>hibernate-maven-plugin</code>, in many cases, the
   {Configuration-Method-Precedence} may be the source of configuration
   errors.
   To solve this problem, you should run maven with the debugging output
   For example, by executing:
   </p>
   <pre class="prettyprint linenums lang-html">
-mvn -X compile hibernate4:export</pre>
+mvn -X compile hibernate:export</pre>
   <p>
-  (The <code>compile</code> might be necessary, because <code>hibernate4-maven-plugin</code>
+  (The <code>compile</code> might be necessary, because <code>hibernate-maven-plugin</code>
   has to scan the compiled classes for annotations!)
   </p>
   <p>
-  Unlike the majority of the maven-plugins, <code>hibernate4-maven-plugin</code> was
+  Unlike the majority of the maven-plugins, <code>hibernate-maven-plugin</code> was
   designed to give a good many hints, when debugging is enabled.
   Because, if you do not know, what went wrong, you can't fix it!
   </p>
   <p>
-  <strong>But be warned:</strong> <code>hibernate4-maven-plugin</code> tends to be very chatty ;)
+  <strong>But be warned:</strong> <code>hibernate-maven-plugin</code> tends to be very chatty ;)
   </p>
  </body>
 </html>