----- Original Message -----
From: "Jason van Zyl" <jvanzyl@maven.org>
To: "Maven 2 Developers List" <m2-dev@maven.apache.org>
Sent: Tuesday, August 17, 2004 5:12 PM
Subject: Re: [jira] Work Started: (MNG-69) m2 freaks offline
becauseibiblio.org not found, even when a valid file:// repository exists in
theremote list
> On Tue, 2004-08-17 at 03:16, jira@codehaus.org wrote:
>
> > If the artifact is valid on one of the repos, it should continue with a
warning.
>
> What does that mean?
>
> If the artifact is found to be valid we take that artifact and return
> it.
>
> If the artifact is not found that is an exception. The build stops if an
> artifact or it's metadata cannot be found just so that notion is clear.
Just a little question:
Why we stop the build if metada (pom file) cannot be found. All jars on
Ibiblio doesn't have a pom V4.
We can create in memory a minimal pom object if the pom file doens't exist
with this information :
- groupId
- artifactId
- version
or do you want to create a script for create missing pom files on ibiblio?
Emmanuel
|