Thanks, Brett. Are there any examples of how to use the webResources element?
Thanks! -nick On 5/14/06 4:11 PM, "Brett Porter" <[EMAIL PROTECTED]> wrote: > MPWAR is for the Maven1 plugin. > > You want to use the <webResources> element inside the WAR plugin, new > as of v2.0 released yesterday. > > - Brett > > On 5/14/06, Nick Bolton <[EMAIL PROTECTED]> wrote: >> 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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
