Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 95184 invoked from network); 17 Jun 2006 05:28:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jun 2006 05:28:15 -0000 Received: (qmail 9334 invoked by uid 500); 17 Jun 2006 05:28:14 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 9301 invoked by uid 500); 17 Jun 2006 05:28:14 -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 9289 invoked by uid 99); 17 Jun 2006 05:28:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 22:28:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of baerrach@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 22:28:13 -0700 Received: by py-out-1112.google.com with SMTP id 39so818401pyu for ; Fri, 16 Jun 2006 22:27:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=McQ2HymF1Ac1iExlP/zqbCYQtTzzVoShl+17oyu4JYOUbWNgHBhZ1rmVcFc0/6Sc28qfejJjVId6UEx6RHY894F/Tm9g2la9aE1Ms/pd4Er9WQFr7s/47sbWJ+w1gGM+zn65ClliyNJH2OsKnc5SNPqhiGJF1OjCjkaYp/gdpL4= Received: by 10.35.107.20 with SMTP id j20mr5440845pym; Fri, 16 Jun 2006 22:27:52 -0700 (PDT) Received: by 10.35.32.13 with HTTP; Fri, 16 Jun 2006 22:27:52 -0700 (PDT) Message-ID: Date: Sat, 17 Jun 2006 14:57:52 +0930 From: "Barrie Treloar" To: continuum-users@maven.apache.org, Baron.Reznik@fastmobile.com Subject: Re: Adding extra modules to parent pom does not create an extra project in continuum In-Reply-To: <1150493748.29472.1.camel@baron.fastmobile.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44929926.7020502@venisse.net> <1150493748.29472.1.camel@baron.fastmobile.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > But when adding the module pom I think it is failing to find the > > parent pom (or even looking for it) and gives you an error that the > > version for the dependency is mandatory and missing. > > > Perhaps the parent pom's module has not been 'installed' in continuum's > repository with the dependencyManagement section? Yes the parent pom is in both the internal repository and the local repository. (I already had one module working fine, I was adding the second)