Instructions to download missing jar have dissapeared
-----------------------------------------------------

         Key: MNG-1791
         URL: http://jira.codehaus.org/browse/MNG-1791
     Project: Maven 2
        Type: Bug

  Components: Artifacts and Repositories  
    Versions: 2.0.1    
    Reporter: Carlos Sanchez
     Fix For: 2.0.1


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
....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to