Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 48330 invoked from network); 4 Feb 2009 05:04:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 05:04:32 -0000 Received: (qmail 72048 invoked by uid 500); 4 Feb 2009 05:04:24 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 71843 invoked by uid 500); 4 Feb 2009 05:04:24 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 71831 invoked by uid 99); 4 Feb 2009 05:04:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 21:04:23 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of geoffrey.wiseman@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 05:04:14 +0000 Received: by nf-out-0910.google.com with SMTP id c7so460855nfi.26 for ; Tue, 03 Feb 2009 21:03:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=1ZDgwCM76Wssu939F3a7h8jPU+ZIhXgEsE4h+6zDNm8=; b=FnRb+k71MOXlJ//KDLuUCBpJoLpM0zgBXnI1MssDkD4lA3tncYn4oeqfPob5s8Fy3A fkNKt8LSS3p6v0yIgXMh0IZwI1NYZQGmqO400CjZyPWpKk3UeQ2znR3e/1V3fGYbX89s W0xiJw/8845pXJd+HatKkG/Fb+rsie6MzGW8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=f27y1OGq56IQ2e1pXFpPUUxMlNDzZcs+LHf1Xb+yhtdPRcf9JaESpJxxqFZMwzZUjO 79Py58Zq8N/dYkb+UudIBGoTdqTjzPmRCWABiJnLQaBY1a8uOYGzVMyqA9Fz+WoD7lnu JxXwS+iqFYagHyVCOxM8jbtzIFyuc68m5Zdzo= MIME-Version: 1.0 Received: by 10.210.12.13 with SMTP id 13mr2170290ebl.19.1233723832677; Tue, 03 Feb 2009 21:03:52 -0800 (PST) In-Reply-To: <835d522e0902032101lc26f5aaifb9fdcbfa619848e@mail.gmail.com> References: <21824471.post@talk.nabble.com> <835d522e0902032101lc26f5aaifb9fdcbfa619848e@mail.gmail.com> Date: Wed, 4 Feb 2009 00:03:52 -0500 Message-ID: <835d522e0902032103w6aad9427m9d12e16e60be3553@mail.gmail.com> Subject: Re: project structure and maven. From: Geoffrey Wiseman To: Maven Users List Content-Type: multipart/alternative; boundary=0015174be270cc3677046210b663 X-Virus-Checked: Checked by ClamAV on apache.org --0015174be270cc3677046210b663 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, Feb 4, 2009 at 12:01 AM, Geoffrey Wiseman < geoffrey.wiseman@gmail.com> wrote: > On Tue, Feb 3, 2009 at 11:55 PM, MacMohan wrote: > >> i m using ant 1.6 to make war files. But now my company wants me to use >> Maven to do nightly builds and deployment of project for testing and >> development environment. >> >> My question is: Do i have to re arrange my project structure to standard >> directory layout to use maven? > > > Not necessarily - Maven's pretty flexible if you want it to be. You can > redefine the locations as need be for the most part. That said, if you > stuck with Maven for the long haul, I probably would restructure the project > at some point, either a piece at a time or in one big > ... chunk. Sorry, sent early. if no then how to make maven understand what my project structure is? The pom allows you to tell Maven where to find your source files, your resources, test resources, and so on. > an if yes, do you think i need to migrate to maven from ant just for > nightly > builds and deployment? Can't i do that some other way? > Well, I don't know anything about the tools and processes in your company, but it's certainly possible to do nightly builds and deployment using Ant. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/ --0015174be270cc3677046210b663--