I wish to do something similar to this question: How to replace a value in web.xml with a Maven property? and similar to this web article
I want to add the JSFProjectStage to the web.xml of my 3 (war) subprojects using a variable based on the maven profile.
I do not use the maven-war-plugin. I am using the maven-ear-plugin. Is there a way to do this using the maven-ear-plugin?