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

xslt - Substring before throwing error -

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

oracle - Changing start date for system jobs related to automatic statistics collections in 11g -