Karl-Heinz Marbaise created MNG-5681:
----------------------------------------
Summary: Properties on command line with leading or trailing
quotes are stripped
Key: MNG-5681
URL: https://jira.codehaus.org/browse/MNG-5681
Project: Maven
Issue Type: Bug
Components: Command Line
Affects Versions: 3.2.3, 3.2.1, 3.1.1, 3.0.5
Reporter: Karl-Heinz Marbaise
Priority: Minor
The current problem is a command line like this:
{code}
mvn -Dtest=\"anton\" clean package
{code}
The trailing backslash with the quote is stripped away. This is not the problem
of Maven itself. This is a known bug (and fixed) in
[commons-cli|https://issues.apache.org/jira/browse/CLI-185].
This should be postponed until commons-cli 1.3 will be released.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)