You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Doug Graham <du...@gmail.com> on 2009/07/16 00:33:44 UTC

Maven is taking 103 minutes for each build in NB 6.7. Why?

Twice I've tried to build a small maven persistence app in netbeans 6.7.
Each time maven takes over and starts downloading pom files at a
ridiculously slow rate (i.e. 2k file in 5 minutes).  It takes an hour and 43
minutes to download all the pom files.  I have a fast connection.  If the
other end is cooperating I can download 200 mb in a few minutes.

My question is why does maven need to re-download all these pom files each
time I rebuild?

What do I have set wrong?

Thank you, Doug

Re: Maven is taking 103 minutes for each build in NB 6.7. Why?

Posted by Wayne Fay <wa...@gmail.com>.
> My question is why does maven need to re-download all these pom files each
> time I rebuild?

Can you provide some information about the artifacts which are giving
you this problem? If they are private artifacts, you (or who ever
installed/deployed them) failed to provide poms, so Maven tries to
download poms when it builds, and it checks all the repos you have
defined in your profile etc for them.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven is taking 103 minutes for each build in NB 6.7. Why?

Posted by Milos Kleint <mk...@gmail.com>.
check the command line build? does it take the same amount of time?
Do you have the command line maven setup for use? (in tools/Options/Misc)
does any of the repositories defined timeout?
maybe some http proxy setup in netbeans?

Milos

On Thu, Jul 16, 2009 at 12:33 AM, Doug Graham <du...@gmail.com> wrote:

> Twice I've tried to build a small maven persistence app in netbeans 6.7.
> Each time maven takes over and starts downloading pom files at a
> ridiculously slow rate (i.e. 2k file in 5 minutes).  It takes an hour and
> 43
> minutes to download all the pom files.  I have a fast connection.  If the
> other end is cooperating I can download 200 mb in a few minutes.
>
> My question is why does maven need to re-download all these pom files each
> time I rebuild?
>
> What do I have set wrong?
>
> Thank you, Doug
>