Re: not able to get maven war plugin to filter out unwanted resources from my .war file.

2010-02-19 Thread buildlackey
well, i could attach an ant run script (that does the file moving) to the prepare-package phase... but unfortunately there is no post-package phase.. this means that if anyone runs 'package' the files would be moved from where they need to be during dev/test phases, and never moved back. for

Re: not able to get maven war plugin to filter out unwanted resources from my .war file.

2010-02-19 Thread buildlackey
Thanks very much to all of you for your help ! I have found a very simple answer, which suggests to me that CURRENT DOCUMENTATION IS MISSING AN IMPORTANT EXAMPLE.. how to exclude stuff from the default webapp directory. I will add this example to the maven user wiki.. but for closure (i think)

not able to get maven war plugin to filter out unwanted resources from my .war file.

2010-02-18 Thread buildlackey
Hi, For some reason this simple little task is making my head spin... I am trying to filter out some files from my war using webResources/resource/excludesBut everything i try to exclude ends up being put into the .war. There does seem to be a bug related to the issue I'm having