Hello list. :) I'm new to using maven2 and I'm having a problem using the maven-war-plugin plugin when files in the webapp directory are tokenized and I want to have a filter applied before they get war'ed. I see there's an issue already - MPWAR-46. Could someone point me to some documentation that describes how to apply what's given in MPWAR-46? I'm new to maven plugin development.
Also, as a workaround, I was trying to copy files with filtering="on" using the maven-antrun-plugin plugin into a different directory, then specify that directory as the warSourceDirectory attribute. But when they're copied it doesn't filter them with the filters specified in the <build> element nor with filtersets I place within the ant tasks. Is there a trick applying the filters within ant tasks that I'm missing? TIA -nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
