On 5/11/06, Tomasz Pik <[EMAIL PROTECTED]> wrote:
> <build>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.0-beta-3-SNAPSHOT</version>
> </plugin>
> </plugins>
> <resources>
Try <webResources> instead of <resources>
I'm not sure i'm following you here.
I added
<webResources>
<resource>
<directory>src/main/webapp</directory>
<filtering>true</filtering>
</resource>
</webResources>
to the configuration element of the plugin, but that didn't work. I couldn't
find much documentation on the webResource otherwise apart from the mojo
doc, could you elaborate a bit ?
Thanks
Jorg