Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 22960 invoked from network); 27 Jan 2006 14:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 14:37:39 -0000 Received: (qmail 78435 invoked by uid 500); 27 Jan 2006 14:37:32 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 78419 invoked by uid 500); 27 Jan 2006 14:37:32 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 78408 invoked by uid 99); 27 Jan 2006 14:37:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 06:37:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Jan 2006 06:37:30 -0800 Received: (qmail 4317 invoked from network); 27 Jan 2006 14:37:13 -0000 Received: from 213.29.98-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.98.29.213) by 0 with SMTP; 27 Jan 2006 14:37:13 -0000 Message-ID: <43DA3007.3030109@venisse.net> Date: Fri, 27 Jan 2006 15:36:55 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: multi-module maven 2 project References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Johnson, Jonathan a �crit : > I'm using maven 2.0.2, Continuum 1.0.2 and java 1.5. My project is a > multi-module that is laid out in the recommended maven 2 manner and is > building my projects (phew). I have a couple questions about my > experiences so far. > > > > 1. When I change some information in my parent pom.xml (such as the > developer list.) do I have to readd the pom again. Is there a refresh > option? Normally, the pom will be refresh automatically by continuum, but it doens't to do it. File an issue about it. So actually, if your pom isn't updated in continuum, delete your project and readd it. > > 2. If I add my parent pom.xsl it adds all the child modules again > and there are duplicate modules in the continuum projects list. I then > have to remove my old modules and readjust the local continuum settings > such as the schedule and targets. When I apply and updated pom, I wish > it just updated them and kept my local continuum settings. File an issue, i'll look at it. Your modules was already in continuum before adding the parent, right? > > 3. Removing projects from continuum can take several minutes. If your project is big, it can take several minutes because we clean all infos in database and directories. > > 4. Adding project to continuum takes several minutes. Only if you have lot of modules. > > 5. Is performance being addressed or am I doing something wrong? > I'm running red hat linux box with a decent processor. My multi-module > project only has about 1000 classes. Its take me about 15 minutes to > update a pom.xml in continuum. > Is it 15 minutes to checkout/update from scm or to build the project? Emmanuel