I am trying to replace a attribute in my web.xml by using the maven replacer
plugin but it seems to not be doing anything bec. when I look at my
generated war file  the web.xml contains the orginal attribute that I had
wanted to replace - I only want to replace it during a specific build
profile - not for all my build profiles - can you please send me an example
on how to  do it.

currently I have:
<profile>
<id>prod</id>
<plugin>
 //maven replacer plugin 
</plugin>
</profile>


<build>
//maven war plugin 
</build>



--
View this message in context: 
http://maven.40175.n5.nabble.com/configuring-maven-profile-to-replace-web-xml-values-tp5749476.html
Sent from the Maven Developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to