Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 15254 invoked from network); 2 Jan 2006 01:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 01:37:17 -0000 Received: (qmail 5245 invoked by uid 500); 2 Jan 2006 01:37:16 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 5219 invoked by uid 500); 2 Jan 2006 01:37:16 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 5208 invoked by uid 99); 2 Jan 2006 01:37:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2006 17:37:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sean.schofield@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO zproxy.gmail.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2006 17:37:15 -0800 Received: by zproxy.gmail.com with SMTP id 18so1964830nzp for ; Sun, 01 Jan 2006 17:36:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GxnX7M/L7lujpqgzLXSASzz0MasKvOepGXSXMrqpPxuXdQo00I70wrfDpguL5IfEUstd56j5v59oP8BrfaNRr9AuI/pUF8rO7TXcfFLIBH79++CeuzeyRCSxzSagvUWD1CPBmzWb/QCmV6XV2LzspTnW65qLa3IprMccslw8kCw= Received: by 10.65.177.14 with SMTP id e14mr3975662qbp; Sun, 01 Jan 2006 17:36:52 -0800 (PST) Received: by 10.65.239.20 with HTTP; Sun, 1 Jan 2006 17:36:52 -0800 (PST) Message-ID: <2387fbc50601011736m50cb7060wea07078d1d97caa7@mail.gmail.com> Date: Sun, 1 Jan 2006 20:36:52 -0500 From: Sean Schofield To: MyFaces Development Subject: Re: Maven Build (Ongoing Work Thread) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2387fbc50601011425g24cecd74meee85d1ad357b5b0@mail.gmail.com> <1a681ff20601011430v563c84b5m@mail.gmail.com> <71235db40601011500v2017eae5uf79ed0805855c195@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you use mvn install it will install the jars in the maven repository of your home dir. So I set up libraries that point to the install location and just run mvn install. Sean On 1/1/06, chemeia@gmail.com wrote: > One thing that was nice about the old build structure is that, after your > first build, you ended up with a nice lib directory off of the root of yo= ur > project that you could use in your IDE to get the classpath set up. Is > there a way to get the same thing going with the new structure? >