Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 33754 invoked from network); 12 Oct 2006 05:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 05:48:31 -0000 Received: (qmail 99477 invoked by uid 500); 12 Oct 2006 05:48:20 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 99361 invoked by uid 500); 12 Oct 2006 05:48:19 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 99340 invoked by uid 99); 12 Oct 2006 05:48:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 22:48:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.46.163.16] (HELO outbound2-cpk-R.bigfish.com) (207.46.163.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 22:48:18 -0700 Received: from outbound2-cpk.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound2-cpk-R.bigfish.com (Postfix) with ESMTP id 2C52180D693; Thu, 12 Oct 2006 05:47:57 +0000 (UTC) Received: from mail39-cpk-R.bigfish.com (unknown [192.168.21.3]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by outbound2-cpk.bigfish.com (Postfix) with ESMTP id 25D6D80D68B; Thu, 12 Oct 2006 05:47:57 +0000 (UTC) Received: from mail39-cpk.bigfish.com (localhost.localdomain [127.0.0.1]) by mail39-cpk-R.bigfish.com (Postfix) with ESMTP id 1209E641A21; Thu, 12 Oct 2006 05:47:57 +0000 (UTC) X-BigFish: V Received: by mail39-cpk (MessageSwitch) id 1160632076982476_26059; Thu, 12 Oct 2006 05:47:56 +0000 (UCT) Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail39-cpk.bigfish.com (Postfix) with ESMTP id DABF2641B09; Thu, 12 Oct 2006 05:47:56 +0000 (UTC) Received: from mail1.sgo.in.sel.sony.com (mail1.sgo.in.sel.sony.com [43.130.1.111]) by mail8.fw-sd.sony.com (8.12.11/8.12.11) with ESMTP id k9C5lu2w028495; Thu, 12 Oct 2006 05:47:56 GMT Received: from USSDIXIM01.am.sony.com (ussdixim01.am.sony.com [43.130.140.33]) by mail1.sgo.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id k9C5luEN024329; Thu, 12 Oct 2006 05:47:56 GMT Received: from ussdixms03.am.sony.com ([43.130.140.23]) by USSDIXIM01.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 11 Oct 2006 22:47:55 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6EDC1.F0DECE44" x-mimeole: Produced By Microsoft Exchange V6.5.7226.0 Subject: Internal error in plugin manager Date: Wed, 11 Oct 2006 22:46:55 -0700 Message-ID: <591B6A09961C354991CD653B274DC8C2028850E1@ussdixms03.am.sony.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Internal error in plugin manager Thread-Index: AcbtwdNO4Dnj8NvNRfqJhN7OVUl9wQ== From: "Swenson, Eric" To: , "Maven Developers List" X-OriginalArrivalTime: 12 Oct 2006 05:47:55.0756 (UTC) FILETIME=[F725D2C0:01C6EDC1] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6EDC1.F0DECE44 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Can anyone explain what this error means: =20 [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' =20 =20 This only happens when I do a "mvn install" from a top-level POM that has a tree of subordinate child projects. If I cd to each of the subordinate directories, in turn, and manually, and run "mvn install" in each, they all succeed. Why is that when I try to do a reactor build I get this error message? What do I need to do to have it not do this? Currently, I have to have a shell script that walks the tree and runs "mvn install" in each of the subdirectories. Ugh. -- Eric ------_=_NextPart_001_01C6EDC1.F0DECE44--