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

Christian Schulte closed MRESOURCES-231.
----------------------------------------
    Resolution: Not A Problem
      Assignee: Christian Schulte

I just added an integration test testing that it is possible to disable 
escaping by using

{code}
        <configuration>
          <escapeString>&empty;</escapeString>
        </configuration>
{code}

I am waiting for a response on dev@ confirming that this is the way to go.

> Can't disable escaping
> ----------------------
>
>                 Key: MRESOURCES-231
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-231
>             Project: Maven Resources Plugin
>          Issue Type: Bug
>          Components: escape string
>    Affects Versions: 3.0.1
>            Reporter: Thomas Mortagne
>            Assignee: Christian Schulte
>
> The default before 3.0 used to be no escaping which is fine in my use case.
> Unfortunately in 3.0 I can't find anyway to go back to previous behavior.
> I tried
> {code}
> <escapeString>ยง</escapeString>
> {code}
> and
> {code}
> <escapeString/>
> {code}
> but I still end up with \ characters.
> The reason I tried to disable it is because of MRESOURCES-230.
> I ended up finding a character I don't have in my file and set it as 
> escapeString.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to