--- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote: > I have a local (filesystem) maven repository with a > foo-SNAPSHOP.jar that I periodically update. The > problem is that when I do a different maven build, > that depends on foo-SNAPSHOP.jar, the build process > hangs for a long time (5 minutes or more) trying to > download foo-SNAPSHOP.jar before it finally gives up > and uses the foo-SNAPSHOP.jar found in my > ~/.maven/repository.
this is intendet behaviour - maven checks available repositories for fresher snapshot. and they could be slow. you can always perform ofline bui8ld with maven -o - then it will not go to network. regards, ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
