From continuum-users-return-3175-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Jan 10 10:09:38 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 45306 invoked from network); 10 Jan 2007 10:09:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 10:09:37 -0000 Received: (qmail 62548 invoked by uid 500); 10 Jan 2007 10:09:43 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 62196 invoked by uid 500); 10 Jan 2007 10:09:41 -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 62184 invoked by uid 99); 10 Jan 2007 10:09:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 02:09:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.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; Wed, 10 Jan 2007 02:09:31 -0800 Received: (qmail 4615 invoked from network); 10 Jan 2007 10:09:11 -0000 Received: from 166.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.166) by 0 with SMTP; 10 Jan 2007 10:09:11 -0000 Message-ID: <45A4BB3E.7040007@venisse.net> Date: Wed, 10 Jan 2007 11:09:02 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Multi-Module flat level parent POM problems References: <8243106.post@talk.nabble.com> In-Reply-To: <8243106.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org what is your SCM? If it's svn, you can create a new directory in your svn with svn externals defined to your projects. If not, you'll need to remove modules from your parent pom if they aren't in the same branch. Emmanuel rking999 a écrit : > Hi, > > I have a project structure similar to the following in SCM: > > parent--branch--Maven--pom.xml > > module1--branch--Maven--pom.xml > > module2--branch--Maven--pom.xml > > It is a flat structure and I have had to branch the projects so as not to > harm development using the old build system whilst we are in transition. > > When I load the parent POM into Continuum it starts the build but does not > check out the other modules and cannot find the POMs for these modules. The > Module path in the parent POM is ../module1 and ../module2 > > Is there anyway I can achieve this using Continuum? > > thanks in advance, > > Richard