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

ASF GitHub Bot commented on MNG-6069:
-------------------------------------

GitHub user slachiewicz opened a pull request:

    https://github.com/apache/maven/pull/137

    [MNG-6069] Migrate to non deprecated parts of Commons CLI

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/slachiewicz/maven master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #137
    
----
commit 8adb76446bad6b060d127532900ce19750f5df76
Author: Robin Müller <coder-h...@users.noreply.github.com>
Date:   2017-10-26T07:41:20Z

    [MNG-6296] Parse properties before configuring the logging settings

commit 7850ad9ff67ea681984932a51bc411a871d44a65
Author: Karl Heinz Marbaise <khmarba...@apache.org>
Date:   2017-03-18T17:18:27Z

    [MNG-6069] Migrate to non deprecated parts of Commons CLI

commit 7ea398985427df9f8e212fde20649f47fcb2866c
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
Date:   2017-11-24T02:21:09Z

    Fix optionProperties parsing

----


> 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, 3.5.0-alpha-1, 3.5.0-beta-1, 3.5.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.5.x-candidate
>
>
> 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.4.14#64029)

Reply via email to