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 applied. I 
don't need to compile any files, I just need to apply some filters to some 
files that are already in a WAR.

The motivation for this is that I compile something that is still 
un-configured. I throw the war into my test environment and configure it. If it 
passes, I graduate it to production and re-configure it.

Note: I don't care whether or not I use Maven or something like a scripting 
language to accomplish this. The end goal is what I described above, one typed 
command that reconfigures the WAR. I thought Maven might be able to do most of 
the leg-work for me.

Any help is appreciated, thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to