Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12746 invoked from network); 7 Dec 2005 21:18:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 21:18:47 -0000 Received: (qmail 10188 invoked by uid 500); 7 Dec 2005 21:18:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10118 invoked by uid 500); 7 Dec 2005 21:18:42 -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 10090 invoked by uid 99); 7 Dec 2005 21:18:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 13:18:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [204.146.167.214] (HELO Boron.MeepZor.Com) (204.146.167.214) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 13:18:41 -0800 Received: from [127.0.0.1] (dmz-firewall [206.199.198.4]) by Boron.MeepZor.Com (8.12.8/8.12.8) with ESMTP id jB7LH5EQ031978 for ; Wed, 7 Dec 2005 16:18:01 -0500 Message-ID: <4397514E.4070202@wstoddard.com> Date: Wed, 07 Dec 2005 16:17:02 -0500 From: Bill Stoddard Reply-To: bill@wstoddard.com User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [M1] Plugin hell, help desperately needed References: <40bb7b5f3aa79446b1dee1d0c6b5dc97@yahoo.com> In-Reply-To: <40bb7b5f3aa79446b1dee1d0c6b5dc97@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Jencks wrote: > In the geronimo project we are experiencing severe problems with our > build related to plugins. Any advice on how to improve this situation > would be appreciated. > Perhaps this is stating the obvious, but on the off chance it is useful, here goes... I am consistently getting this failure in new4: ... multiproject:install-callback: [echo] Running car:install for Geronimo Configuration for performing service deployments BUILD FAILED File...... C:\home\apache\geronimo\maven.xml Element... maven:reactor Line...... 58 Column.... 112 Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settings\Administrator\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly:256:30: No goal [car:install] Total time: 9 seconds Goal [car:install] is implemented by the geronimo-packaging-plugin. After my build fails, I check the maven cache and I only see the following two plugins: dir c:/Documents and Settings/Administrator/.maven/cache/ geronimo-dependency-plugin-1.0-SNAPSHOT geronimo-deployment-plugin-1.0-SNAPSHOT No packaging plugin. Do you think the plugin was removed from the cache or did it not get put in the cache in the first place? Going to try an experiment... run sysinternals filemon watching for file geronimo-packaging-plugin-1.0-SNAPSHOT, kick off a build and watch what happens. If the file is never created, that will be a useful clue. Bill