Another thing you should try is to use Maven Proxy if you are planning that more than one people are going to use Maven in your corporation.
Also, you can modify the repository updatePolicy in the settings.xml file to change Maven's online behaviour. On 5/4/06, Simon Kitching <[EMAIL PROTECTED]> wrote:
Hi, You can also put <offline>true</offline> in your settings.xml file to disable remote access permanently, once you've managed to download all the necessary dependencies. http://maven.apache.org/ref/current/maven-settings/settings.html Regards, Simon On Wed, 2006-05-03 at 15:21 +0200, Kees de Kooter wrote: > Yes. ibiblio (== repo1) is a very busy site. > > Once you have built your project succesfully once all dependencies are > in your local repository. You can then run your build offline with the > -o switch. > > On 5/3/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Being new to Maven2 I am not sure if this is really an issue. I am > > having problems when downloading plugins and dependencies from various > > repos (ibiblio, codehause, repo1). It takes forever to download either > > the pom or the jar files. And quite often if fails. > > > > When it fails, I have to start the process over again. And it may > > download the required artifact or it may not. To do a compile, I will > > have run the maven goal quite a few times before it actually does the > > compile. > > > > Is anyone else experiencing this problem? > > > > -- > > Regards, > > Douglas WF Acheson > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
