Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF38E18781 for ; Tue, 18 Aug 2015 11:05:45 +0000 (UTC) Received: (qmail 82979 invoked by uid 500); 18 Aug 2015 11:05:45 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 82924 invoked by uid 500); 18 Aug 2015 11:05:45 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 82907 invoked by uid 99); 18 Aug 2015 11:05:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 11:05:45 +0000 Date: Tue, 18 Aug 2015 11:05:45 +0000 (UTC) From: "Andrew Wright (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MDEP-500) Print GAV information in console output during dependency:resolve-plugins execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)