You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/07/18 12:14:20 UTC

[jira] [Commented] (MNG-6069) Migrate to non deprecated parts of Commons CLI

    [ https://issues.apache.org/jira/browse/MNG-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382182#comment-15382182 ] 

Karl Heinz Marbaise commented on MNG-6069:
------------------------------------------

Current implementation in https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/MNG-6069

> Migrate to non deprecated parts of Commons CLI
> ----------------------------------------------
>
>                 Key: MNG-6069
>                 URL: https://issues.apache.org/jira/browse/MNG-6069
>             Project: Maven
>          Issue Type: Improvement
>          Components: Embedding
>    Affects Versions: 3.3.9
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> At the moment all parts of {{OptionBuilder...}} are marked deprecated in {{CLIManager}}. They should be migrated to:
> {code:java}
> Option.builder( HELP ).longOpt( "help" ).desc( "Display help information" ).build()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)