1) I already have a mirror defined for "central-plugins".  It is not
being used for these artifacts.  My suspicion is that my mirror of
"central" won't be used either.  Have you already updated some items?
If so, I can check to see if the central mirror is being used.

2) "You can confirm it works for you"?  Does that mean it works as I
described, or as intended?  What I see during my build is (this is an
attempt to download a POM for a WLS jar; I purposely don't have a POM
present to check that functionality):
----------------------------------------
Downloading:
http://draco.zone1.qintra.com:2003/central/Weblogic/weblogic/8.1/weblogi
c-8.1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://qadev-home.dev.qintra.com/m2/snapshot/Weblogic/weblogic/8.1/weblo
gic-8.1.pom
[WARNING] Unable to get resource from repository qadev
(http://qadev-home.dev.qintra.com/m2/snapshot)
Downloading:
http://qadev-home.dev.qintra.com/m2/release/Weblogic/weblogic/8.1/weblog
ic-8.1.pom
[WARNING] Unable to get resource from repository qadev-r
(http://qadev-home.dev.qintra.com/m2/release)
----------------------------------------
As you can see, it tries from central before trying locally-defined
repositories.  The repositories are defined in a parent POM (my
top-level project), not in the project at hand.

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 15, 2005 09:57
To: Maven Developers List
Subject: Re: Problems With Dependency Downloading


Allison, Bob wrote:

>I am still having the following problems with the process of
downloading
>dependencies during builds (all of this is with SVN revision from this
>morning running on JRockit 1.4.2 on Linux):
>
>1) While running the m2-bootstrap.sh script to build m2, plugins that
>are dependencies of items in the  build do not use the mirror of
>"central-plugins"; m2 goes directly to ibiblio for those items.
>Although this is not a direct problem for me (other than when I can't
>seem to get a response from ibiblio or get 503's from there), I have
>seen people on this list who are in a situation where the build machine
>cannot download from ibiblio and need an approved mirror.
>
>  
>
As per my earlier email, I have revert central-plugins back to just
"central", keeping them in the same repo. This should ease the pain by
only needing one mirror. I assume that you already have a
mirror/override for this repo - there are tests confirming this works,
so I'm not sure what the issue is (see it0043).

>2) While building my own projects, I am still seeing the dependencies
>which only exist in our locally-hosted repository (such as jars from
our
>application server's library) being downloaded from ibiblio first, then
>going to the repositories listed in the POMs (as described in MNG-753).
>This may have to do with the fact that the jar is listed in the project
>but the version is resolved in a parent POM's dependencyManagement.
>  
>
I can also confirm that this is working for me.

Do you have a reproducible test case?

Thanks,
Brett

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


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

Reply via email to