X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fdebugging.xhtml;h=2fab32547e0732524f0996939d1d342b74069e37;hp=8f91f3f9154b030a65172cea5a7fc30f23746456;hb=2ec0af491d992d9c26000f803bbc61fdb1299318;hpb=64900890db2575b7a28790c5e4d5f45083ee94b3 diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index 8f91f3f9..2fab3254 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -4,27 +4,28 @@ +

Enable Debugging-Output

- If you are new to hibernate4-maven-plugin, in many cases, the - {Configuration-Method-Precedence} may be the source of configuration - errors. + If you are new to hibernate-maven-plugin, 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 enabled. For example, by executing:

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

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

- Unlike the majority of the maven-plugins, hibernate4-maven-plugin was + Unlike the majority of the maven-plugins, hibernate-maven-plugin 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!

- But be warned: hibernate4-maven-plugin tends to be very chatty ;) + But be warned: hibernate-maven-plugin tends to be very chatty ;)