The maven-war-plugin allows for war overlays [1], which may accomplish what
you need.
[1] http://maven.apache.org/plugins/maven-war-plugin/overlays.html
On Jan 15, 2008 6:04 AM, Peter Crowther <[EMAIL PROTECTED]> wrote:
> > From: DCVer [mailto:[EMAIL PROTECTED]
> > I am trying to merge 4 web ap
> From: DCVer [mailto:[EMAIL PROTECTED]
> I am trying to merge 4 web applications (WARs) into 1 WAR file. Is it
> possible?
Yes, but it can be a lot of manual work.
> Shall I have e.g. 4 web.xml files or should I
> manually merge them into 1 file?
One WAR = one webapp.
One webapp = one web.xml,