Web resource filtering does not expand variables ------------------------------------------------
Key: MWAR-43 URL: http://jira.codehaus.org/browse/MWAR-43 Project: Maven 2.x War Plugin Type: Bug Versions: 2.0 Environment: Windows XP, Cygwin Reporter: Mark Hobson Attachments: test.zip Variables contained within filter values are not expanded for web resource filtering as they are for normal resource filtering. mvn package attached project: Expected: * target/WEB-INF/classes/resource.txt == Test * target/web-resource.txt == Test Actual: * target/WEB-INF/classes/resource.txt == Test * target/web-resource.txt == ${project.name} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira