On 8/22/06, Danimal <[EMAIL PROTECTED]> wrote:
Well, it seems the problem is a moving target. I notice that if maven has difficulty downloading a library, it will stop processing. If I repeat the same command over and over, I can get more progress each time.
This is normal for a first build of a project with many transitive dependencies. The central Maven repository (at ibiblio.org) is often under very heavy load and will time out, but it's hard to complain too much when the bandwidth is free. :) I agree, some sort of 'retry' logic would be a good enhancement for Maven. The good news is that once you get all of those dependencies into your local Maven repository, Maven will use them for every project you build, without trying to download again. -- Wendy
