Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97830 invoked from network); 7 Feb 2006 05:00:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 05:00:44 -0000 Received: (qmail 4498 invoked by uid 500); 7 Feb 2006 05:00:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4452 invoked by uid 500); 7 Feb 2006 05:00:40 -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 4441 invoked by uid 99); 7 Feb 2006 05:00:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 21:00:40 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.46.103.201] (HELO mail.globalsuite.net) (69.46.103.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 21:00:40 -0800 Received: from IPOfCard1.guest-tek.com (unknown [12.107.199.18]) by mail.globalsuite.net (Symantec Mail Security) with ESMTP id C01414E0001 for ; Mon, 6 Feb 2006 22:00:13 -0700 (MST) Received: from [10.0.1.2] (localhost.localdomain [127.0.0.1]) by IPOfCard1.guest-tek.com (8.11.6/8.11.6) with ESMTP id k1750D726556 for ; Mon, 6 Feb 2006 22:00:15 -0700 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <9F4863A0-D081-49D5-8957-F9C532C51557@iq80.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@geronimo.apache.org From: Dain Sundstrom Subject: Maven 2 Repository for Geronimo Date: Tue, 7 Feb 2006 00:00:05 -0500 X-Mailer: Apple Mail (2.746.2) X-Brightmail-Tracker: AAAAAA== X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have added a repository that can read a repo using the maven 2 layout. This required a few changes to the Repository interface, so please take a look at it. The code is the configId branch that David Jencks and I are working on for the quick 1.1 release (old 1.0.1). Specifically, Aaron can you take a look at this? It will impact the console code and I don't want to create a mess for you to deal with. http://svn.apache.org/viewcvs.cgi/geronimo/branches/configid/modules/ system/src/java/org/apache/geronimo/system/repository/ Maven2Repository.java Thanks, -dain