[ http://jira.codehaus.org/browse/MNG-1198?page=all ]

Edwin Punzalan updated MNG-1198:
--------------------------------

    Attachment: MNG-1198-maven-artifact-manager.patch

The attached patch will report the missing artifacts required for a project 
with the following format:

=======================
[INFO] 
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

required artifacts missing:
  org.apache.maven:maven-project-test:jar:2.0-alpha-3-test
  plexus:plexus-archiver:jar:1.0-alpha-2-SNAPSHOT
  org.apache.maven:maven-project-test2:jar:2.0-alpha-3-test

for the artifact:
  com.company:project-one:1.0-SNAPSHOT:war

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
===============


Should we also collect all missing artifacts for all projects in case the 
project is an aggregator ?

> group artifact not found exceptions
> -----------------------------------
>
>          Key: MNG-1198
>          URL: http://jira.codehaus.org/browse/MNG-1198
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-artifact
>     Reporter: Brett Porter
>     Assignee: Edwin Punzalan
>      Fix For: 2.0.1
>  Attachments: MNG-1198-maven-artifact-manager.patch
>
>
> the artifact resolver should continue with the next artifact in the 
> resolution group even after it could not find one, and throw an exception at 
> the end that lists all the artifacts that could not be found.

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