From dev-return-88223-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Mon Jul 03 20:11:09 2006 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 51253 invoked from network); 3 Jul 2006 20:11:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 20:11:08 -0000 Received: (qmail 69219 invoked by uid 500); 3 Jul 2006 20:10:59 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 69116 invoked by uid 500); 3 Jul 2006 20:10:59 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 69071 invoked by uid 99); 3 Jul 2006 20:10:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:10:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:10:56 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FxUkS-0000wL-FO for dev@cocoon.apache.org; Mon, 03 Jul 2006 22:10:24 +0200 Received: from d51a4ce9d.access.telenet.be ([81.164.206.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jul 2006 22:10:24 +0200 Received: from jh by d51a4ce9d.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jul 2006 22:10:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [RANT] This Maven thing is killing us.... Date: Mon, 03 Jul 2006 22:10:15 +0200 Lines: 33 Message-ID: References: <98B321F7-45B2-48D9-9A54-C80EB67DDDF8@versionthis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a4ce9d.access.telenet.be User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) In-Reply-To: <98B321F7-45B2-48D9-9A54-C80EB67DDDF8@versionthis.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Gavin Carothers wrote: > mvn install -Dmaven.test.skip=true > > Need to run this 6 or 7 times to get all the plugins from: > central (http://repo1.maven.org/maven2), > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > snapshots (http://snapshots.maven.codehaus.org/maven2) > > I will point out that we can't blame ibiblio for those. Two of them are > from my understanding hosted by Apache. PING ibiblio.org (152.2.210.80): 56 data bytes PING repo1.maven.org (152.2.210.80): 56 data bytes repo1 is just an alias for maven central. Have you configured a mirror before doing a build ? > still downloading more jars about 2 hours after having started the > process... starting to think of a way to shell script the restart of mvn > install. What machine are you building on? Limited internet connection perhaps? Thanks for testing this out, your feedback is highly appreciated! Jorg