[ http://jira.codehaus.org/browse/MNG-2083?page=all ]
     
Carlos Sanchez reopened MNG-2083:
---------------------------------


There's a problem when more than one dependecy is missing, some info (install 
instructions, download url) for the first one is ommitted

2 required artifacts missing:

1) javax.activation:activation:jar:1.0.2
  Path to dependency:
        1) test:test:jar:1.0-SNAPSHOT
        2) javax.activation:activation:jar:1.0.2



2) javax.mail:mail:jar:1.3.2

  Try downloading the file manually from
      http://java.sun.com/products/javamail/downloads/index.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
          -Dversion=1.3.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) test:test:jar:1.0-SNAPSHOT
        2) javax.mail:mail:jar:1.3.2



for the artifact:
  test:test:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://test.maven.codehaus.org/maven2)

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml, pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation 
> -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

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