[ https://issues.apache.org/jira/browse/MNG-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140093#comment-16140093 ]
Vinay Shankar commented on MNG-5457: ------------------------------------ [~michael-o] - Could you create a PR for the commits if they have not been merged yet? According to the link https://issues.apache.org/jira/projects/MNG/versions/12338964, the 3.5.1 release is pending due to unreviewed commits from MNG-5457. 3.5.0 has a MAJOR bug (MNG-6240 and MDEPLOY-221) and a 3.5.1 release will be very useful. > Show repository id when downloading or uploading from/to a remote repository > ---------------------------------------------------------------------------- > > 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é Boutemy > Assignee: Michael Osipov > Fix For: 3.5.1 > > Attachments: 2016-05-18_204749.png > > > currently, 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 was sent by Atlassian JIRA (v6.4.14#64029)