Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 97703 invoked from network); 8 Feb 2008 18:39:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 18:39:26 -0000 Received: (qmail 88900 invoked by uid 500); 8 Feb 2008 18:39:15 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 88867 invoked by uid 500); 8 Feb 2008 18:39:15 -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 88856 invoked by uid 99); 8 Feb 2008 18:39:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 10:39:15 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [207.97.245.115] (HELO smtp115.iad.emailsrvr.com) (207.97.245.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 18:38:46 +0000 Received: from relay1.r1.iad.emailsrvr.com (localhost [127.0.0.1]) by relay1.r1.iad.emailsrvr.com (SMTP Server) with ESMTP id 27A3C44DDDB for ; Fri, 8 Feb 2008 13:36:48 -0500 (EST) Received: from ps1.net (webmail20.webmail.iad.mlsrvr.com [192.168.1.41]) by relay1.r1.iad.emailsrvr.com (SMTP Server) with ESMTP id 1823B44DDC2 for ; Fri, 8 Feb 2008 13:36:48 -0500 (EST) Received: by secure.webmail.us (Authenticated sender: patrick@ps1.net, from: patrick@ps1.net) with HTTP; Fri, 8 Feb 2008 10:36:48 -0800 (PST) Date: Fri, 8 Feb 2008 10:36:48 -0800 (PST) Subject: Circular project reference From: "Patrick Shea" To: continuum-users@maven.apache.org Reply-To: patrick@ps1.net MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-Type: 1 Message-ID: <34990.192.168.1.35.1202495808.webmail@192.168.1.35> X-Mailer: webmail6.5.1 X-Virus-Checked: Checked by ClamAV on apache.org I just came across an interesting issue. I have a master pom with 40 or so = sub projects depending on it, the pom itself was using a plugin which in tu= rn depended on it. So these two were constantly rebuilding them self becaus= e of a dependency change detection.=0A=0ASince this was the master pom the = entire project groups (40+ projects) were building all the time.=0A=0AIs th= ere a way for continuum to detect circular references?=0A=0APatrick