[
https://issues.apache.org/jira/browse/MNG-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378515#comment-15378515
]
ASF GitHub Bot commented on MNG-5457:
-------------------------------------
GitHub user rajivpjs opened a pull request:
https://github.com/apache/maven/pull/87
[MNG-5457] Added the repository id to show which repository is being …
I have added the repository id within both the
AbstractMavenTransferListener.java & Slf4jMavenTransferListener.java.
Hopefully, this should fix this issue.
Please review and let me know of any changes.
Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajivpjs/maven MNG-5457
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit bce48f9c24120df3a0fd2e5ae04f369683013fa1
Author: Rajiv Jain <[email protected]>
Date: 2016-07-14T22:30:21Z
[MNG-5457] Added the repository id to show which repository is being handled
----
> show repository id when downloading
> -----------------------------------
>
> 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
> 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/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.3.4#6332)