Re: Merging applicationContexts

2008-07-25 Thread Matt Walsh
But when I go to "war:war" my client module, it's not going to find the web.xml and all related xml files and will fail. On Fri, Jul 25, 2008 at 10:15 AM, Manuel EVENO <[EMAIL PROTECTED]> wrote: > You can put xml or properties file in jar too. > Simply add them into src/main/resources of your serv

Re: Merging applicationContexts

2008-07-25 Thread Manuel EVENO
You can put xml or properties file in jar too. Simply add them into src/main/resources of your server module Manuel On Fri, Jul 25, 2008 at 5:02 PM, Matt Walsh <[EMAIL PROTECTED]> wrote: > I'm a little new to Maven (about 3 weeks), so I apologize if this is a > n00b question. I have a question a

Merging applicationContexts

2008-07-25 Thread Matt Walsh
I'm a little new to Maven (about 3 weeks), so I apologize if this is a n00b question. I have a question about how to better structure my current application. Currently, the parent project has three modules: client, server, and common. Common depends on nothing. It simply hold beans and service inte