Is it possible to merge 2 web.xml with Maven overlay -


i have web application 'a' defined in war project. created other web application 'b' import whole content of 'a' overlay.

the file web.xml of application 'b' same of application 'a', except additionnal listeners. therefore web.xml of b contains lot of duplicated content a.

the question : is possible tell maven-war-plugin merge web.xml of , b, instead of replacing web.xml of web.xml of b ?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -