On 7/25/06, Allison, Bob <[EMAIL PROTECTED]> wrote:
If you have multiple repositories mirrored, you need to keep the
snapshot repositories away from the release repositories.  In my case, I
was using Proximity to mirror "central" but it also had several other
repositories in its configuration including a couple snapshot
repositories.  My original thinking was that I could do this and avoid
needing to specify individual repositories in my master POM.  The
problem with this arrangement is that if Proximity returns metadata for
a snapshot release, Maven will be unable to retrieve the artifact and
POM because central is defined as releases only.

Maybe this is what was causing me problems.
I had included snapshot repositories in maven-proxy and it is failing
for the metadata reason you note above.

I think this is another reason to avoid aggregation. To many unforseen problems.

I want an internal mirror site that is seeded on an as needed basis by
contacting the appropriate repositories. I should be able to do that
without needing to configure the mirror if maven can pass on the URL
request to the mirror program.

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

Reply via email to