tags:

views:

22

answers:

1

I have multi module web application(m1,m2, m3, final). Module "final" is a web module and dependants on m1,m2 and m3. "m1,m2 and m3" are web modules. I need modules m1,m2, m3 resources and jsps should be copied "final" module's target dir. Need your help.

A: 

What you're looking for is called overlays and is documented. So please read the posted link first.

Pascal Thivent
Thanks Pascal Thivent. Its working.
Maheshkumar