Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 34606 invoked from network); 10 Sep 2007 21:35:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 21:35:47 -0000 Received: (qmail 6726 invoked by uid 500); 10 Sep 2007 21:35:34 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 6688 invoked by uid 500); 10 Sep 2007 21:35:34 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 6677 invoked by uid 99); 10 Sep 2007 21:35:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 14:35:34 -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: local policy) Received: from [69.147.95.89] (HELO smtp126.plus.mail.sp1.yahoo.com) (69.147.95.89) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Sep 2007 21:35:31 +0000 Received: (qmail 15762 invoked from network); 10 Sep 2007 21:35:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=SMaMhlep/swN59kC18Gv/SMoqUDK5LtbdmHxHhOK1AilVENBbeMTYQBR4Dm3zihkOXrTom9pzngPyuMrU5DVGBccrD4rU9XHhHF86YMrrlH02h6jlY3Hh5lpkUaKMS3+95JR3JQcN9qTgmjvQNBp7CC9Hi96KQxXqzV87lfzJxU= ; Received: from unknown (HELO ?192.168.1.106?) (david_jencks@67.102.173.8 with plain) by smtp126.plus.mail.sp1.yahoo.com with SMTP; 10 Sep 2007 21:35:10 -0000 X-YMail-OSG: DtPmFM0VM1mCblXBDqurSfEb6ibxXoG5loZTsU8Q6ADWXauahWJNNSg7FG2u5tAPPQyd78wnpg-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <1a0773920709101410n5ec7443en2e1571a08e9943d4@mail.gmail.com> References: <1a0773920709101334jcec5b97s88da6c14ac8064e8@mail.gmail.com> <1a0773920709101410n5ec7443en2e1571a08e9943d4@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: resolving/installing dependencies Date: Mon, 10 Sep 2007 14:34:53 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org you can mess around with the assemble goal in the car-maven-plugin but it's kind of hard to set up right. What I'd actually recommend is that you go to bleeding-edge geronimo trunk and use a geronimo plugin. If you "predeploy" your project into a car file using the car-maven-plugin it will get a geronimo- plugin.xml metadata file that lists all the dependencies. (actually this is configurable in a couple ways). Then if you install the plugin (from your local maven repo) all the dependencies will be installed into geronimo as well. This also works if your geronimo plugin (car file) is at a remote geronimo plugin repository. Most of the plugin functionality more or less works in g. 2.0.1 but its a lot harder to use, the xml format is not forward compatilble, and you basically have to do everything yourself. As I said this is bleeding edge, right now I'm working on converting the geronimo car files to look more like plugins. thanks david jencks On Sep 10, 2007, at 2:10 PM, thebugslayer wrote: > Paul, The console only let me upload one artifact at a time. Is there > a bulk upload tool? Better yet, is there way to specify a maven > pom.xml dependencies used in my own project that will automatically > upload to the G server? > > Thanks, > Zemian > > On 9/10/07, Paul McMahan wrote: >> There is a portlet in the admin console for that. http:// >> localhost: >> 8080/console >> >> Best wishes, >> Paul >> >> >> On Sep 10, 2007, at 4:34 PM, thebugslayer wrote: >> >>> Hi Geronimo users, >>> >>> Is there a good way/tool to install user dependencies into $G/ >>> repository? >>> >>> Thanks. >>> >>> -- >>> /bugslayer >> >> > > > -- > /bugslayer