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]

Reply via email to