Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.2
-
None
-
None
Description
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}
Attachments
Attachments
Issue Links
- is related to
-
MRESOURCES-104 while filtering resources the token replacement stops at the character @
- Closed
-
MRESOURCES-105 Custom Delimiters does not work as expected - NPE with ${*} and comments in property file does break replacement
- Closed