You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/04/16 20:42:41 UTC

[jira] [Updated] (MDEP-563) Print dependency:resolve-plugins output just like other goal output

     [ https://issues.apache.org/jira/browse/MDEP-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MDEP-563:
--------------------------------
    Description: The output of this goal does not look like the rest because it does not use {{DependencyStatusSets}} approach with the {{#getOutput()}} method and {{DependencyUtil#log()}}/{{DependencyUtil#write()}}. Though, this does not completely work for plugins because we have a two level tree and not a list, we can reuse the code to have the same output experience.  (was: The output of this goal does not look like the rest because it does not use {{DependencyStatusSets}} approach with the {{#getOutput}} method and {{DependencyUtil.log}}/{{DependencyUtil.write}}. Though this does not completely work for plugins because we have a two level tree and not a list, we can reuse the code to have the same output experience.)

> Print dependency:resolve-plugins output just like other goal output
> -------------------------------------------------------------------
>
>                 Key: MDEP-563
>                 URL: https://issues.apache.org/jira/browse/MDEP-563
>             Project: Maven Dependency Plugin
>          Issue Type: Improvement
>          Components: resolve-plugins
>    Affects Versions: 3.0.0
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>             Fix For: 3.0.1
>
>
> The output of this goal does not look like the rest because it does not use {{DependencyStatusSets}} approach with the {{#getOutput()}} method and {{DependencyUtil#log()}}/{{DependencyUtil#write()}}. Though, this does not completely work for plugins because we have a two level tree and not a list, we can reuse the code to have the same output experience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)