Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 99086 invoked from network); 16 Jun 2006 21:36:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 21:36:16 -0000 Received: (qmail 66732 invoked by uid 500); 16 Jun 2006 21:36:14 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 66681 invoked by uid 500); 16 Jun 2006 21:36:13 -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 66653 invoked by uid 99); 16 Jun 2006 21:36:12 -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 14:36:12 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.82.152.20] (HELO WNSEBE01.wnsclients.com) (206.82.152.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 16 Jun 2006 14:36:09 -0700 Received: from 64.81.152.2 ([64.81.152.2]) by WNSEBE01.wnsclients.com ([206.82.152.22]) via Exchange Front-End Server webmail.wnsclients.com ([206.82.152.17]) with Microsoft Exchange Server HTTP-DAV ; Fri, 16 Jun 2006 21:35:48 +0000 Received: from baron.fastmobile.net by webmail.wnsclients.com; 16 Jun 2006 16:35:48 -0500 Subject: Re: Adding extra modules to parent pom does not create an extra project in continuum From: Baron Reznik Reply-To: Baron.Reznik@fastmobile.com To: continuum-users@maven.apache.org In-Reply-To: References: <44929926.7020502@venisse.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 16 Jun 2006 16:35:48 -0500 Message-Id: <1150493748.29472.1.camel@baron.fastmobile.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-4.fc4) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > > If I try to add the module pom I get an error that it can not find the > > > dependency version information (since that is specified in the parent > > > pom). > > > > what is the error? How do you define the version in your module? > > I am not at work, so this is from memory. > The error is for dependencies. > I have been removing the version identified as this is now in the > dependencyManagement section of the parent pom. > 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? > > > What is the correct way to get another module included in the build? > > > > add new modules one by one or delete all (parent and sub-modules) and readd the parent. > > So you are saying that adding the module should work correctly. > I will look into it more. Is there any plans to change this? It would ideally be nice if any time new modules were found, they were just added in the same fashion continuum adds them when it initially loads a multi-module pom. On a large project, it can be hard to keep up sometimes with new modules that get created. Thanks, Baron