Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9.0
-
None
-
None
Description
Apache Maven uses apache-cli to parse args. But maven also supports passing conf file which contains these args. To handle that they do the splitting of file content to args[] and pass this to cli.
Please provide a parser for single string to args[]