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

2010-02-19 Thread buildlackey
-out-unwanted-resources-from-my-.war-file.-tp27649724p27656990.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

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

2010-02-19 Thread Stephen Connolly
For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://old.nabble.com/not-able-to-get-maven-war-plugin-to-filter-out-unwanted-resources-from-my-.war-file.-tp27649724p27656990.html Sent from the Maven - Users mailing list archive at Nabble.com

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

2010-02-19 Thread Stephen Connolly
...@maven.apache.org -- View this message in context: http://old.nabble.com/not-able-to-get-maven-war-plugin-to-filter-out-unwanted-resources-from-my-.war-file.-tp27649724p27656990.html Sent from the Maven - Users mailing list archive at Nabble.com

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

2010-02-19 Thread Wayne Fay
for production .war's i strip out my environmental properties  and deploy them separately, or let the server administrator deal with setting the properties...     so some stuff has to be present on the classpath during dev, but not production. If you used multiple war modules and war overlay

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

2010-02-19 Thread buildlackey
://buildlackey.com Go Grails!: http://groovy.buildlackey.com http://old.nabble.com/file/p27661695/excludeExample.tar.gz excludeExample.tar.gz -- View this message in context: http://old.nabble.com/not-able-to-get-maven-war-plugin-to-filter-out-unwanted-resources-from-my-.war-file.-tp27649724p27661695.html

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

2010-02-18 Thread buildlackey
: http://old.nabble.com/not-able-to-get-maven-war-plugin-to-filter-out-unwanted-resources-from-my-.war-file.-tp27649724p27649724.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

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

2010-02-18 Thread Wayne Fay
If anyone sees a problem with how i invoked the plugin, or knows of a work-around, please do let me know !  i'd be very grateful. Well... an obvious workaround would be to simply move the files to a directory not being packaged by Maven, or just delete them. I am guessing this is not