Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
2.4
-
None
-
None
Description
Using <escapeString>\</escapeString> does not correctly when dealing with case where previous text is also a \.
attached pom,test and assembly.xml show what happens. The follwoing scenario is currently fail: (varible=Hello)
C:\path\\${variable}
converted to
C:\path\\Hello
I would of expected:
C:\path\${variable}
The following does work but is not exactly as required as it means you get get two \'s
C:\path\\\${variable}
converted to
C:\path\\${variable}
Attachments
Attachments
Issue Links
- depends upon
-
MASSEMBLY-673 Add support for "delimiters" and "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
- Closed
- is related to
-
MASSEMBLY-686 Update version of maven-filtering to 1.2
- Closed