Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 327D8200BB5 for ; Sat, 22 Oct 2016 13:17:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 30F7B160AEF; Sat, 22 Oct 2016 11:17:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F4B9160ADF for ; Sat, 22 Oct 2016 13:16:59 +0200 (CEST) Received: (qmail 94956 invoked by uid 500); 22 Oct 2016 11:16:58 -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 94933 invoked by uid 99); 22 Oct 2016 11:16:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2016 11:16:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 83D352C0D54 for ; Sat, 22 Oct 2016 11:16:58 +0000 (UTC) Date: Sat, 22 Oct 2016 11:16:58 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (MNG-5457) Show repository id when downloading or uploading from/to a remote repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 22 Oct 2016 11:17:00 -0000 [ https://issues.apache.org/jira/browse/MNG-5457?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-5457: ----------------------------------- Assignee: Michael Osipov > Show repository id when downloading or uploading from/to a remote reposit= ory > -------------------------------------------------------------------------= --- > > Key: MNG-5457 > URL: https://issues.apache.org/jira/browse/MNG-5457 > Project: Maven > Issue Type: Improvement > Components: General > Affects Versions: 3.0.5 > Reporter: Herv=C3=A9 Boutemy > Assignee: Michael Osipov > Fix For: 3.x / Backlog > > Attachments: 2016-05-18_204749.png > > > actually, the log only show the url being downloaded: > {noformat}Downloading: http://repo.maven.apache.org/maven2/org/apache/mav= en/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 usef= ul IMHO to display the id in the output, like=20 > {noformat}Downloading from central: http://repo.maven.apache.org/maven2/o= rg/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom > Downloaded from central: http://repo.maven.apache.org/maven2/org/apache/m= aven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 98.7 KB/sec){no= format} -- This message was sent by Atlassian JIRA (v6.3.4#6332)