Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-alpha-1
-
Fix Version/s: 2.1-alpha-2
-
Component/s: None
-
Labels:None
-
Environment:windows, maven 2.0.7
-
Number of attachments :
Description
Previously Webressources were correctly filtered and are not filtered any more
See above extract from pom.xml
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<warSourceDirectory>src/main/webapp</warSourceDirectory>
<webResources>
<resource>
<filtering>true</filtering>
<directory>src/main/webapp</directory>
<targetPath>.</targetPath>
<includes>
<include>param.jsp</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
whaouh, that helps!
Your extract use 2.0.2 which is obviously wrong for what you are reporting. There are also chances that the type of resources your are filtering are linked to the issue.
I guess you want the issue resolved. If it's the case, provide a sample project to reproduce your issue, that's the strict minimum.