I have a web application 'A' defined in a war project. I created an other web application 'B' that import the whole content of 'A' with an overlay.
The file web.xml of application 'B' is the same of application 'A', except for additionnal listeners. Therefore the web.xml of B contains lot of duplicated content with A.
The question is : is it possible to tell maven-war-plugin to merge web.xml of A and B, instead of replacing web.xml of A by web.xml of B ?