Adding the daomodule1 as a dependency in daomodule2's hibernate3-maven-plugin
and also adding
classpath:/src/main/resources/hibernate.cfg.xml
picks up the hibernate.cfg.xml file in daomodule1 but I cant get it to pick
up daomodule2's hibernate.cfg.xml file. Any ideas on how I can pick up both
I have two dao modules: daomodule1 and daomodule2. daomodule1 has the User
and Role mapped in hibernate.cfg.xml and a model object in daomodule2 has a
relationship with User in daomodule1.
The hibernate.cfg.xml file in daomodule2 only has mappings for objects in
that package.
When I run hib