1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 If you are new to <code>hibernate-maven-plugin</code>, in many cases, the
9 <a href="./configuration.html#precedence">Configuration-Method-Precedence</a>
10 may be the source of configuration errors.
11 To solve this problem, you should run maven with the debugging output
13 For example, by executing:
15 <pre class="prettyprint linenums lang-html">
16 mvn -X compile hibernate:create</pre>
18 (The <code>compile</code> might be necessary, because <code>hibernate-maven-plugin</code>
19 has to scan the compiled classes for annotations!)
22 Unlike the majority of the maven-plugins, <code>hibernate-maven-plugin</code> was
23 designed to give a good many hints, when debugging is enabled.
24 Because, if you do not know, what went wrong, you can't fix it!
27 <strong>But be warned:</strong> <code>hibernate-maven-plugin</code> tends to be very chatty ;)