You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrew Wright (JIRA)" <ji...@apache.org> on 2015/08/18 13:05:45 UTC

[jira] [Commented] (MDEP-500) Print GAV information in console output during dependency:resolve-plugins execution

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

Andrew Wright commented on MDEP-500:
------------------------------------

Snippet of sample output from {{mvn dependency:resolve-plugins}} with patch applied:
{code}
[INFO] Plugin Resolved: org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:runtime
[INFO]     Plugin Dependency Resolved: org.apache.maven:maven-plugin-api:jar:2.2.1:test
[INFO]     Plugin Dependency Resolved: org.apache.maven:maven-project:jar:2.2.1:test
{code}

> Print GAV information in console output during dependency:resolve-plugins execution
> -----------------------------------------------------------------------------------
>
>                 Key: MDEP-500
>                 URL: https://issues.apache.org/jira/browse/MDEP-500
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>            Reporter: Andrew Wright
>            Priority: Trivial
>         Attachments: MDEP-500.patch
>
>
> There doesn't appear to be a simple way to report full GAV information for all plugins in a given project. ResolvePluginsMojo has all the information at hand, but only elects to print name and version number to the console.
> Would anyone be interested in a patch to update this? I'd be happy to submit one if so (not sure how much out there depends on the output format currently in ResolvePluginsMojo).



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