Re: Repository not working problem

2008-04-09 Thread Ralf Fischer
On Tue, Apr 8, 2008 at 3:55 PM, Java Programmer [EMAIL PROTECTED] wrote:
 Hello,
  How to setup timeout for rarely not working repository, or how to set
  to skip fetching poms from such repositories?
  I have problem because sometime when developing one of repo is out,
  and our build waits for it very long period of time - it consider only
  checking if newer version is available, we got fetched sooner right
  version for us - how to skip this checking?

Hi,

$ mvn -help

usage: mvn [options] [goal(s)] [phase(s)]

Options:
snip /
-o,--offline  Work offline
snip /

... assuming you have all dependencies/plugins already populated in
your local repository.

Cheers,
-Ralf

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



Repository not working problem

2008-04-08 Thread Java Programmer
Hello,
How to setup timeout for rarely not working repository, or how to set
to skip fetching poms from such repositories?
I have problem because sometime when developing one of repo is out,
and our build waits for it very long period of time - it consider only
checking if newer version is available, we got fetched sooner right
version for us - how to skip this checking?

Best regards,
Adr

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