Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 67767 invoked from network); 7 Jun 2006 14:04:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 14:04:10 -0000 Received: (qmail 90044 invoked by uid 500); 7 Jun 2006 14:04:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89996 invoked by uid 500); 7 Jun 2006 14:04:06 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 89985 invoked by uid 99); 7 Jun 2006 14:04:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 07:04:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (asf.osuosl.org: error in processing during lookup of toby@caboteria.org) Received: from [207.172.4.11] (HELO smtp01.lnh.mail.rcn.net) (207.172.4.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 07:04:05 -0700 Received: from 207-172-209-236.c3-0.ded-ubr1.sbo-ded.ma.cable.rcn.com (HELO mail.caboteria.org) ([207.172.209.236]) by smtp01.lnh.mail.rcn.net with ESMTP; 07 Jun 2006 10:05:08 -0400 X-IronPort-AV: i="4.05,217,1146456000"; d="scan'208"; a="218119648:sNHT324142470" Received: by mail.caboteria.org (Postfix, from userid 1000) id CA900C6E21; Wed, 7 Jun 2006 10:03:37 -0400 (EDT) Date: Wed, 7 Jun 2006 10:03:37 -0400 From: toby cabot To: dev@geronimo.apache.org Cc: infrastructure@apache.org Subject: Re: Maven Repo Woes - Temporary resolution in place Message-ID: <20060607140337.GA28612@caboteria.org> References: <448649C0.5010905@hogstrom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <448649C0.5010905@hogstrom.org> User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N First off, thanks to Matt and the admins for the workaround! On Tue, Jun 06, 2006 at 11:36:32PM -0400, Matt Hogstrom wrote: > In general the problem is really people that are getting involved with > Geronimo for the first time as they start out with an empty repo. The > developers and others on the project generally have an up to date repo and > work offline to get a build to go faster. It's worse than that. The problem is that anytime one of the dependencies changes you need to do an online build to get it, and that online build makes dozens and dozens of requests to various remote repositories for artifacts that already exist locally. > Noel J. Bergman wrote: > >Joshua Slive wrote: > > > >>So you not only have your build process tied to apache infrastructure > >>in a non-scalable way > > > >Is this the issue with Maven not handling redirects, or something else? Among other things, it's an issue with Maven making requests to remote servers for artifacts that were built locally, which is very wasteful. Sure, there's the "-o" flag but you can't run "-o" all of the time.