[ 
https://issues.apache.org/jira/browse/MRESOURCES-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MRESOURCES-70:
-------------------------------------
    Fix Version/s:     (was: backlog)

> Filter does not process nested ${} variables
> --------------------------------------------
>
>                 Key: MRESOURCES-70
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-70
>             Project: Maven Resources Plugin
>          Issue Type: New Feature
>          Components: delimiters
>    Affects Versions: 2.2
>            Reporter: Matt Steele
>         Attachments: MRESOURCES-70.zip
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to