hi all,
i have a project with this structure
|_____WebWorkMain
|____ WebWorkBackend
|____ WebWorkWebApp
in WebWorkBackend i have hibernate code (mappings generated via xdoclet
etc)..
WebWorkMain is the parent project, which has been laid out like that for
Eclipse.....
whenever i run mvn test from WebWork Backend, they all succeed
whenever i run mvn clean test from WebWorkMain they all fails as hibernate
cannot find .hbm.xml files in the classpath
weird enough, if i setup the project with WebWorkMain as parent directory of
WEbWorkBackend and WebWorkWebApp (in an hierarchical structure)
everything works fine
i was wondering if anyone else has found same issue and how he/she fixed
it..
with kindest regards
marco