[ https://issues.apache.org/jira/browse/MNG-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15758097#comment-15758097 ]
Hudson commented on MNG-5457: ----------------------------- SUCCESS: Integrated in Jenkins build maven-3.x Jigsaw #47 (See [https://builds.apache.org/job/maven-3.x%20Jigsaw/47/]) Revert "[MNG-5457] Show repository id when downloading or uploading (schulte: rev 2385484a813edc157ba151c9daa0625eaf8902f9) * (edit) maven-embedder/src/main/java/org/apache/maven/cli/transfer/AbstractMavenTransferListener.java * (edit) maven-embedder/src/main/java/org/apache/maven/cli/transfer/Slf4jMavenTransferListener.java [MNG-5457] Show repository id when downloading or uploading from/to a (schulte: rev ff5d215b54cb9a77e3742dc5dd05865dec08795b) * (edit) maven-embedder/src/main/java/org/apache/maven/cli/transfer/Slf4jMavenTransferListener.java * (edit) maven-embedder/src/main/java/org/apache/maven/cli/transfer/AbstractMavenTransferListener.java > 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.4.0 > > 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.3.4#6332)