Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 15669 invoked from network); 13 Jul 2006 12:28:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 12:28:45 -0000 Received: (qmail 58510 invoked by uid 500); 13 Jul 2006 12:28:44 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 58490 invoked by uid 500); 13 Jul 2006 12:28:44 -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 58479 invoked by uid 99); 13 Jul 2006 12:28:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 05:28:44 -0700 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; Thu, 13 Jul 2006 05:28:42 -0700 Received: (qmail 29354 invoked from network); 13 Jul 2006 12:28:25 -0000 Received: from 41.28.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.28.41) by 0 with SMTP; 13 Jul 2006 12:28:25 -0000 Message-ID: <44B63C59.6070305@venisse.net> Date: Thu, 13 Jul 2006 14:28:09 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: why modules are added when I create multi module project? References: <44B6217A.1090903@onet.pl> 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 Tomasz Pik a �crit : > On 7/13/06, Kamil Dworakowski wrote: >> Hello, >> >> when one adds a multi module project separate continuum projects for >> parent and modules are created. Moreover parent project has >> --non-recursive option. This seems to make sens at first. The bad news >> was that modifying a module that every other depends on doesn't trigger >> rebuild of others. Just parent and the modified module are rebuild. >> Removing --non-recursive option from parent builds everything but than >> why do I need continuum projects for modules? > > I just manually removed them and all works fine :) > >> Dependencies between >> modules are easy to figure out from pom. It should work. > > yes, but... > those are dependencies inside given project and reactor can resolve > them. > but when you've other project depending subproject of your project > and this subproject is not registered as a project in contunuum, then > something like 'trigger build of my project if one of projects i'm > depending > on has been rebuild'[*] won't work. > > Regards, > Tomek > > [*] is there such a funcionality already implemented in continuum? not yet, it will be in 1.1 > I remember I saw such a thing in cruisecontrol. > > >