Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.11
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
I need to change the quoting of an argument from "/x:a b c" to /x:"a b c".
Currently this is quite complicated to achieve using Plexus Utils.
If StringUtils.quoteAndEscape in org.codehaus.plexus.util.cli.shell.Shell#getRawCommandLine was exchangable with a custom implementation through an interface, that would be wonderfully possible, without much hassle.
What do you think? I'd be happy to provide a patch, if it had a chance to be applied.