Documentation improvement: default delimiters ${*} should be escaped
--------------------------------------------------------------------

                 Key: MRESOURCES-115
                 URL: http://jira.codehaus.org/browse/MRESOURCES-115
             Project: Maven 2.x Resources Plugin
          Issue Type: Improvement
    Affects Versions: 2.4.1, 2.4
            Reporter: Karel Vervaeke


The documentations says you can explicitly set default delimiters using
<delimiters>
  <delimiter>${*}</delimiters>
  <delimiter>@</delimiters>
</delimiters>

However, in the pom you need to double the dollar-sign to prevent the 
expression ${*} from being replaced by 'the value of property *'

-- 
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

        

Reply via email to