X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fdebugging.xhtml;h=2fab32547e0732524f0996939d1d342b74069e37;hp=c67d8c00afe1b37f1c19983c8aa1135ae5fa43cb;hb=2ec0af491d992d9c26000f803bbc61fdb1299318;hpb=4940080670944a15916c68fb294e18a6bfef12d5 diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index c67d8c00..2fab3254 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -4,16 +4,17 @@ +

Enable Debugging-Output

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!)