X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fdebugging.xhtml;h=6271077de85d77632312601122b2e42772fb68c4;hp=8f91f3f9154b030a65172cea5a7fc30f23746456;hb=0611db682bc69b80d8567bf9316668a1b6161725;hpb=64900890db2575b7a28790c5e4d5f45083ee94b3 diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index 8f91f3f9..6271077d 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -5,26 +5,26 @@

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