How can I get the plugin to pick up multiple hibernate.cfg.xml files?

I've added the moduleA in my moduleB as a dependency and if use

<configurationfile>classpath:/src/main/resources/hibernate.cfg.xml</configurationfile>

it only picks up the hibernate.cfg.xml file from moduleA jar and if I use 

<configurationfile>/src/main/resources/hibernate.cfg.xml</configurationfile>

it only picks up moduleB's hibernate.cfg.xml file.

Any ideas on how I can pick up both when running hibernate3:hbm2ddl ?

Thanks

..kace
-- 
View this message in context: 
http://www.nabble.com/hibernate3-maven-plugin-tp17980711p17980711.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to