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 9901DF10D for ; Sun, 31 Mar 2013 07:58:23 +0000 (UTC) Received: (qmail 41797 invoked by uid 500); 31 Mar 2013 07:58:22 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 41512 invoked by uid 500); 31 Mar 2013 07:58:21 -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 41449 invoked by uid 99); 31 Mar 2013 07:58:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Mar 2013 07:58:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Mar 2013 07:58:13 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D6675B047D for ; Sun, 31 Mar 2013 02:57:52 -0500 (CDT) Date: Sun, 31 Mar 2013 02:57:52 -0500 (CDT) From: "Herve Boutemy (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MNG-5457) show repository id when downloading MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MNG-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-5457: ------------------------------- Fix Version/s: 3.x / Backlog > show repository id when downloading > ----------------------------------- > > Key: MNG-5457 > URL: https://jira.codehaus.org/browse/MNG-5457 > Project: Maven 2 & 3 > Issue Type: Improvement > Components: General > Affects Versions: 3.0.5 > Reporter: Herve Boutemy > Fix For: 3.x / Backlog > > > actually, the log only show the url being downloaded: > {noformat}Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom > Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 98.7 KB/sec){noformat} > nothing is told about the repository id. > But as shown in MNG-5181, repository id is an important information since it is stored in local repository to limit artifact scope: it would be useful IMHO to display the id in the output, like > {noformat}Downloading from central: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom > Downloaded from central: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 98.7 KB/sec){noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira