Is it possible to filter the web.xml file when packaging a war using Buildr?
Buildr documentation:
Without much prompting, package :war picks the contents of the src/main/webapp directory and places it at the root of the WAR
I have a place holder or token defined in the web.xml and I would like to replace it when packaging the war depending on which env I am building. What is the best way to go about it? Is there a filtering option for the package method?