Replace 2.0 by 2.0.2. It's a bug and it has been fixed.
Stéphane On Dec 10, 2007 4:03 PM, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the following settings to include and filter webresources: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > <version>2.0</version> > <configuration> > <webResources> > <resource> > > <directory>src/main/webresources</directory> > > <filtering>true</filtering> > </resource> > </webResources> > </configuration> > > </plugin> > > However, the project is a multi-module project. Thus, running it in the > submodule works, but in the parent it expects the resource to be relative > to it's own pom.xml (so module/src/main/webresources, would be correct). > > Can I fix it? > > Jan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck" -- S.Yegge --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
