Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 96864 invoked from network); 17 Mar 2008 02:10:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 02:10:09 -0000 Received: (qmail 43981 invoked by uid 500); 17 Mar 2008 02:10:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 43929 invoked by uid 500); 17 Mar 2008 02:10:05 -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 43918 invoked by uid 99); 17 Mar 2008 02:10:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2008 19:10:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of manu.t.george@gmail.com designates 209.85.128.186 as permitted sender) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 02:09:28 +0000 Received: by fk-out-0910.google.com with SMTP id b27so6035239fka.3 for ; Sun, 16 Mar 2008 19:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=tC2UnBeStvwFEHN1H9/oawTvwIIgFPBYm+JOkUelQdk=; b=uqkxFFtBeYuOOsiwfArEltRflatVp3Mkkb+br41yco9yJhrBukaIDFLyGFyCJzv5wDMUcKKaWr0TMjyNlrQoDvzjOQiODUm04S5FkCukhqUlWAwdozvgheYFEwVq7ibrrQ2ZRT1Ccjv7b6Hm3q6D2KpGHqpfLQ5DF0TMRmmE1T8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fFmIs/VQZG06nCI1pmJ9VBzETw1DdYTIegrlrTxvk8ogr36EAPKupFLX7tX3ASYVAA0pUyrIGMEppMV8DExaK+DLqhQWrkkdgIWrgfW8uuV9K6EFkfB81WmGxblk1Ypz+utpzCStkfamNXN7xX4Pg27LcWDjMKmeoTGWuP8qi54= Received: by 10.78.177.3 with SMTP id z3mr40647666hue.29.1205719776226; Sun, 16 Mar 2008 19:09:36 -0700 (PDT) Received: by 10.78.198.20 with HTTP; Sun, 16 Mar 2008 19:09:36 -0700 (PDT) Message-ID: <466797bd0803161909p3cab81a4tca7fca1594c710a8@mail.gmail.com> Date: Mon, 17 Mar 2008 07:39:36 +0530 From: "Manu George" To: dev@geronimo.apache.org Subject: Genesis MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, The geronimo maven build currently automatically decides which repositories to download artifacts from. AFAIK this is decided by Genesis. Now if I have a local maven repository in my Lan and want maven to look into that repo first what do I have to do? Regards Manu