Hi,

Yes it's not easy at the beginning and will take time since it'll download all the dependencies.

The jars are created at the target folder of each maven project and then installed to your local maven repository by default

For example for tomahawk core trunk, the jar is at;

.m2\repository\org\apache\myfaces\tomahawk\tomahawk\1.1.5-SNAPSHOT

Cagatay

On 8/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
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

Reply via email to