Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
Description
With the m2 bootstrap from trunk I don't get the "downloadUrl" info for missing jars when pom is present
eg.
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.3.3</version>
<scope>provided</scope>
</dependency>
should print something like
you can download ... from ... and install using the folowing command line
....
Attachments
Attachments
Issue Links
- is fixed by
-
MNG-2083 Path to missing dependency is not shown nor url to download
- Closed