Question with Modules

2007-06-09 Thread John . T-CTR . Poon
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

Re: Question with Modules

2007-06-09 Thread Eric Redmond
Are your hbm files in the jar? Note that they must be under src/main/resources - they cannot be under src/main/java with the java code. Eric On 6/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am new to maven. I am trying to separate my project into at least 2 modules core and