Can Maven edit a WAR?

2012-08-03 Thread Jared Hall
I would like to be able to modify the contents of a WAR file. Goal: I would like to be in a directory with my WAR and a pom.xml. When I type 'maven configure', I would like maven to apply a filter to some of the files in the war, and then leave behind the exact same WAR, with the filters

Re: Can Maven edit a WAR?

2012-08-03 Thread Jared Hall
throw my external properties files into the $CATALINA_BASE/lib directory and point to different files as I need them at runtime. Does this sound reasonable to everyone? Thanks for all the ideas. On Aug 3, 2012, at 12:16 PM, Ron Wheeler wrote: On 03/08/2012 12:04 PM, Jared Hall wrote: I would