Filter does not process nested ${} variables
--------------------------------------------
Key: MRESOURCES-70
URL: http://jira.codehaus.org/browse/MRESOURCES-70
Project: Maven 2.x Resources Plugin
Issue Type: Bug
Affects Versions: 2.2
Reporter: Matt Steele
When I try filtering this under src/main/resources:
jms.username=${${env}.jms.username}
with this filtering strategy:
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
Setting the property (from command line, <property>, etc.) fails to properly
filter the nested element:
jms.username=${${env}.jms.username}
For example, I'd like the filter to convert to this (using a property of
-Denv=dev):
jms.username=${dev.jms.username}
--
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