You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2013/03/31 09:53:52 UTC

[jira] (MNG-5457) show repository id when downloading

Herve Boutemy created MNG-5457:
----------------------------------

             Summary: 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


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