From directory-dev-return-2474-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Wed Dec 01 01:36:15 2004 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 80667 invoked from network); 1 Dec 2004 01:36:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 01:36:14 -0000 Received: (qmail 83576 invoked by uid 500); 1 Dec 2004 01:36:14 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 83545 invoked by uid 500); 1 Dec 2004 01:36:14 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 83532 invoked by uid 99); 1 Dec 2004 01:36:13 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.70 as permitted sender) Received: from imf22aec.mail.bellsouth.net (HELO imf22aec.mail.bellsouth.net) (205.152.59.70) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 30 Nov 2004 17:36:12 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf22aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20041201013608.GRCI2051.imf22aec.mail.bellsouth.net@[172.16.1.7]> for ; Tue, 30 Nov 2004 20:36:08 -0500 Message-ID: <41AD201A.20700@bellsouth.net> Date: Tue, 30 Nov 2004 20:36:26 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [eve] Build is cleaned up now - all works with single eve jar References: <41ACD7D0.4070608@bellsouth.net> <1101851430.41aceb262272c@mail.iinet.net.au> In-Reply-To: <1101851430.41aceb262272c@mail.iinet.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Brett Porter wrote: >Nice work Alex. > >2). cd into eve folder and build Eve with this maven command: > > >>maven -Dgoal=jar:install multiproject:goal >> >> > >Shouldn't this be: > maven multiproject:install >? > > > I never new that goal existed for multiproject. Great that's much less typing. Alex >Cheers, >Brett > > >