X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fapt%2Fpitfalls.apt;h=a25abcd747c247040c03b46f829f8676bebe9ffd;hp=33c40cfafb88cc43acf9422eb05ce85b2d2ce563;hb=221d977368ee1897377f80bfcdd50dcbcd1d4b83;hpb=ef1233a6095a475d9cdded754381267c5d1e336f diff --git a/src/site/apt/pitfalls.apt b/src/site/apt/pitfalls.apt index 33c40cfa..a25abcd7 100644 --- a/src/site/apt/pitfalls.apt +++ b/src/site/apt/pitfalls.apt @@ -4,6 +4,12 @@ Kai Moritz --- +Annotated classes in dependencies are not found. + + hibernate4-maven-plugin does not scan transitive dependencies for + annotated classes. If some of your annotated classes are hidden in a + transitive dependency, you can simply add that dependency explicitly. + hibernate4-maven-plugin always needs a database-connection The default-configuration uses the EXPORT-target of the SchemaExport-Tool.