Hi, I am new to maven. I am trying to separate my project into at least 2 modules core and web. core will have all the classes and hibernate mapping. web module will have all the web mvc classes, web has a dependency on core. I get everything to work except I dont know how to get the web module to read the hbm.xml files that's in the core's jar file.
Thanks. -John
