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 long delay only happens on the first build attempt. After that, it moves along quickly. Has anybody else experienced this? -- Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
