You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Mortagne (JIRA)" <ji...@apache.org> on 2016/07/28 08:19:20 UTC

[jira] [Created] (MRESOURCES-231) Can't disable escaping

Thomas Mortagne created MRESOURCES-231:
------------------------------------------

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


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)