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)