filtering resources in maven-war-plugin

2007-06-11 Thread David Birch
Hi, i seem to be getting some strange behaviour with the war plugin (versions 2.0.2 2.0.3-SNAPSHOT), if i do a build with the goal install, the resources are filtered properly, if i only go so far as war:exploded or war:war, they don't get filtered. I have debugged, and it looks like there are

filtering resources in maven-war-plugin - further info

2007-06-11 Thread David Birch
I should note that all resources from the main/resources dir are filtered correctly, even when just a war:exploded is run, it is just the main/webapp files that nerver get filtered when only running a war:exploded goal. cheers david