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
2010-06-15 13:20:44
Thanks Pascal Thivent. Its working.
Maheshkumar
2010-06-17 06:52:27