[
https://issues.apache.org/jira/browse/MNG-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428341#comment-17428341
]
Maarten Mulders commented on MNG-7217:
--------------------------------------
[~michael-o], it seems to me that the approach in Maven's [{{CliManager}}
class|https://github.com/apache/maven/blob/master/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java#L174]
is pretty much in line with the [Commons CLI
documentation|http://commons.apache.org/proper/commons-cli/usage.html]. The
biggest difference I could spot is the fact that we use Commons CLI's
{{Option.builder()}} but that shouldn't be a big problem, right?
What other things did you think of that do not comply with Commons CLI
documentation?
> Completely update CLI handling according to Commons CLI 1.4 documentation
> -------------------------------------------------------------------------
>
> Key: MNG-7217
> URL: https://issues.apache.org/jira/browse/MNG-7217
> Project: Maven
> Issue Type: Task
> Components: Command Line
> Reporter: Michael Osipov
> Priority: Major
> Fix For: 4.0.x-candidate
>
>
> We currently don't have code which complies with the documentation of Commons
> CLI 1.4. As soon as we move we can address a few issues, e.g., support of
> {{--}} to separate options from real args.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)