On 4/6/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > Yes, I'm now of the belief that we can't treat this as a plain vanilla > resource thing. However, looking at the source for the war plugin, I see > that a <webResources> section is permitted, and it looks like this may do > what you want. Unfortunately, my attempt to add this to the POM made no > difference at all, so it may be that it hasn't made it into a release of the > plugin yet. (Or I'm just doing it wrong, which is entirely possible. ;)
I don't see <webResources> listed here, so it's probably not in a release yet: http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html Meanwhile, I solved it with an execution of the antrun plugin bound to the process-sources phase. It works, but... maven-copier-plugin, anyone?? * http://svn.apache.org/repos/asf/struts/action/trunk/apps/pom.xml Other ideas are welcome. :) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
