X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fdebugging.xhtml;h=c67d8c00afe1b37f1c19983c8aa1135ae5fa43cb;hp=8f91f3f9154b030a65172cea5a7fc30f23746456;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=fdda82a6f76deefd10f83da89d7e82054e3c3ecd diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index 8f91f3f9..c67d8c00 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -5,7 +5,7 @@

- If you are new to hibernate4-maven-plugin, in many cases, the + 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 @@ -13,18 +13,18 @@ For example, by executing:

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

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