Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 84530 invoked from network); 21 Mar 2005 07:42:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2005 07:42:40 -0000 Received: (qmail 74101 invoked by uid 500); 21 Mar 2005 07:42:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74043 invoked by uid 500); 21 Mar 2005 07:42:33 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 74025 invoked by uid 99); 21 Mar 2005 07:42:32 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from adsl-209-233-18-245.dsl.snfc21.pacbell.net (HELO buttons.boynes.com) (209.233.18.245) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 20 Mar 2005 23:42:32 -0800 Received: from [192.168.37.193] (unknown [192.168.37.193]) by buttons.boynes.com (Postfix) with ESMTP id C0E5412411 for ; Sun, 20 Mar 2005 23:42:29 -0800 (PST) Message-ID: <423E7ADB.40303@apache.org> Date: Sun, 20 Mar 2005 23:42:19 -0800 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Experimental maven plugin X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have just committed an experimental maven plugin that can be used to build Configurations using the local Maven repo as a source for dependencies and parent Configurations. The plugin produces a packaged configuration as its output artifact which can be used for subsequent deployments. There is also a goal for installing such an artifact in a running server. Currently only GBean configurations are supported; I plan to add support for other configurations (including J2EE) over the next few days. This is experimental; the normal build process is unaffected. -- Jeremy