Re: Dependency issue (war and jar) in multimodule project

2007-11-27 Thread Anand Rathi
w us your pom(s). Wayne On 11/26/07, Anand Rathi <[EMAIL PROTECTED]> wrote: > Hi Juven, > I removed child1 jar dependency and only kept child1 war dependency but while > building child2 project, it is still expanding child1 jar file instead of > child1 war file. Also it is

Re: Dependency issue (war and jar) in multimodule project

2007-11-26 Thread Anand Rathi
I think you don't need to make dependency on child1 jar. Cause all the xml file and class file will be inherited. Thanks, Juven On Nov 26, 2007 3:34 PM, Anand Rathi <[EMAIL PROTECTED]> wrote: > Hi, > > I have a multimodule project as shown below: > - parent (po

Dependency issue (war and jar) in multimodule project

2007-11-25 Thread Anand Rathi
Hi, I have a multimodule project as shown below: - parent (pom) - child1 (war) - child2 (war) child2 project has a dependency on child1 jar as well as war. This is required because child1 war contains some xml files which I need at the child2 war creation time. I am building th