Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42856 invoked from network); 9 Sep 2005 02:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 02:08:41 -0000 Received: (qmail 75324 invoked by uid 500); 9 Sep 2005 02:08:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75274 invoked by uid 500); 9 Sep 2005 02:08:37 -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 75260 invoked by uid 99); 9 Sep 2005 02:08:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 19:08:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 216.136.174.113 is neither permitted nor denied by domain of sppatel2@gmail.com) Received: from [216.136.174.113] (HELO smtp016.mail.yahoo.com) (216.136.174.113) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Sep 2005 19:08:49 -0700 Received: (qmail 20612 invoked from network); 9 Sep 2005 02:08:35 -0000 Received: from unknown (HELO ?192.168.1.2?) (spalias78@71.65.234.198 with plain) by smtp016.mail.yahoo.com with SMTP; 9 Sep 2005 02:08:35 -0000 Message-ID: <4320EEA0.1050501@gmail.com> Date: Thu, 08 Sep 2005 22:08:32 -0400 From: Sachin Patel User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Mavenizing tools update... References: <43204600.1020302@gmail.com> In-Reply-To: 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 In order to build all the projects, from the ../eclipse-plugin/ directory invoke maven -Dgoal=jar,jar:install multiproject:goal This will compile and generate the artifacts as well as deploy them into the repo. However, it looks like my last patch didn't include the assembly project since I forgot to run "svn add". Thus the binary zip distribution won't get created. So I'll open a new jira and get it commmited ASAP. Let me know if you have any more problems. Sachin. So the correct sequence of steps (temporaril Miguel A Paraz wrote: > On 9/8/05, Sachin Patel wrote: > >> I still need to clean things up, lots of duplicate info that can be >> pushed up into a parent POM. Still need a top level maven.xml. (Need >> to figure out the whole mutiproject enablement). But with this patch >> everything should build and you can also creates a zip distribution. >> > > Hi, I'm trying out a fresh checkout. I would like to build. What's the > correct sequence of steps? > > I tried maven in org.apache.geronimo.core but it couldn't find > org.apache.geronimo.deployment.model-1.0.jar. I tried maven in > org.apache.geronimo.deployment.model built it "builds successfully" > and produces nothing. > >