Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 95543 invoked from network); 20 Nov 2006 20:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 20:37:08 -0000 Received: (qmail 71417 invoked by uid 500); 20 Nov 2006 20:37:10 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 71152 invoked by uid 500); 20 Nov 2006 20:37:08 -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 70853 invoked by uid 99); 20 Nov 2006 20:37:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 12:37:02 -0800 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 (herse.apache.org: domain of ml@wrinkledog.com designates 207.162.210.50 as permitted sender) Received: from [207.162.210.50] (HELO wrinkledog.com) (207.162.210.50) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Nov 2006 12:36:33 -0800 Received: (qmail 27010 invoked by uid 0); 20 Nov 2006 20:36:01 -0000 Received: from unknown (HELO ?192.168.0.5?) (ml@67.171.172.83) by wrinkledog.com with SMTP; 20 Nov 2006 20:36:01 -0000 Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: References: <634c23797b709c63edc3850954f119cd@wrinkledog.com> <67afd30e354c8bd549222ed112ed0bd0@wrinkledog.com> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Message-Id: <8dd7bdac7bcf6ceb6438ed268e160957@wrinkledog.com> Content-Transfer-Encoding: quoted-printable From: Mark Lundquist Subject: Re: Trouble building trunk Date: Mon, 20 Nov 2006 12:35:55 -0800 To: dev@cocoon.apache.org X-Mailer: Apple Mail (2.624) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 20, 2006, at 11:09 AM, Jorg Heymans wrote: > You shouldn't need any mirrors. The default repo1.maven.org suffices. repo1.maven.org is the default? OK... well if there was any doubt =20 about my clue-level before, ... :-) :-) > Try zapping ~/.m2/repository/org/apache/maven/plugins/maven-jar-plugin = =20 > , perhaps the plugin metadata got corrupted. If that doesn't work try =20= > zapping the entire ~/.m2/repository. That's something else, I had a ~/.m2 and a ~/.maven, and I thought .m2 =20= was the old and .maven the new (and I thought that's what "ls -l" told =20= me, but I guess I read wrong). So I nuked 'em both... [INFO] BUILD SUCCESSFUL [INFO] =20 ------------------------------------------------------------------------ [INFO] Total time: 5 minutes 57 seconds [INFO] Finished at: Mon Nov 20 12:23:54 PST 2006 [INFO] Final Memory: 21M/43M [INFO] =20 ------------------------------------------------------------------------ yeah, much better... Many thx for talking me thru that :-) =97=B1ml=97