X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fdebugging.xhtml;h=6271077de85d77632312601122b2e42772fb68c4;hp=c67d8c00afe1b37f1c19983c8aa1135ae5fa43cb;hb=0611db682bc69b80d8567bf9316668a1b6161725;hpb=a275df25c52fdb7b5b4275fcf9a359194f7b9116 diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index c67d8c00..6271077d 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -6,14 +6,14 @@

If you are new to hibernate-maven-plugin, in many cases, the - {Configuration-Method-Precedence} may be the source of configuration - errors. + Configuration-Method-Precedence + may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

-mvn -X compile hibernate:export
+mvn -X compile hibernate:create

(The compile might be necessary, because hibernate-maven-plugin has to scan the compiled classes for annotations!)