Description
currently, the log only show the url being downloaded:
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)
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
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)
Attachments
Attachments
Issue Links
- depends upon
-
MRESOLVER-2 Add repository id to TransferResource
- Closed
-
MNG-6258 Upgrade to Maven Resolver 1.1.0
- Closed
- is blocked by
-
MNG-6110 Upgrade Aether to Maven Resolver
- Closed
- relates to
-
MNG-5185 Improve "missing dependency" error message when _maven.repositories/_remote.repositories contains other repository ids than requested
- Closed
-
MNG-5181 New resolution from local repository is very confusing
- Closed
- links to
- mentioned in
-
Page Loading...