Hi,Hi. Just set the flag to true. For example,
I have common web module (CWM) and a few specialized web modules(SWM). SWM over-ride the jsp defines in CWM on a as needed basis.
So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
then whatever is defined in SWM/src/webapp. I defined a preGoal for
war:webapp, but by default the overwrite flag of ant:copy used in war:webapp
is false. So, the specialized files (jsp's in SWM) are not copied over the
onces from CWM.
So can someone add a overwrite flag to maven:war plugin? Or are there anyother suggesstions?
Thanks, --Venkat.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
<copy overwrite="true".........../>
I've done that and it works.
Regards,
Henry S. Isidro Software Engineer Exist Software Labs
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
