From continuum-users-return-3041-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Dec 01 15:41:09 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 48372 invoked from network); 1 Dec 2006 15:41:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 15:41:07 -0000 Received: (qmail 36839 invoked by uid 500); 1 Dec 2006 15:41:13 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 36752 invoked by uid 500); 1 Dec 2006 15:41: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 36693 invoked by uid 99); 1 Dec 2006 15:41:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 07:41:12 -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; Fri, 01 Dec 2006 07:41:00 -0800 Received: (qmail 30531 invoked from network); 1 Dec 2006 15:40:50 -0000 Received: from 99.80.75-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.75.80.99) by 0 with SMTP; 1 Dec 2006 15:40:50 -0000 Message-ID: <45704CEB.6020509@venisse.net> Date: Fri, 01 Dec 2006 16:40:27 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Continuum and multimodule setup References: 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 continuum use the url you provide in Add Project screen and it add the module path. So with parent url http://svn.sandsli.dnb.no/svn/felles/IT-01/IT01-main/trunk/pom.xml and module ../it01 continuum think that the module url is http://svn.sandsli.dnb.no/svn/felles/IT-01/IT01-main/trunk/../it01/pom.xml Continuum can't know your module path isn't the good path in your scm and can't know it isn't ../it01 but ../../it01/trunk With your directory structure, the only solution is to use the file protocol with a local checkout of your project. With the scm url, it's a similar problem, so you need to specify the scm url in each your module if maven doesn't resolve correctly it. Emmanuel hermod.opstvedt@dnbnor.no a écrit : > Hi > > In the main pom we have: > > > ../it01 > ../it01-ant > ../it01-pmd > ../it01-hs-beans > ../HostserverService > ../it01-mavenplugins > > > What happend was that when we added the project and did the first build, the url changed in Continuum from: > (...)IT01/it01/trunk to (...)IT01/it01/it01 > > If we enter: > http://svn.sandsli.dnb.no/svn/felles/IT-01/IT01-main/trunk/pom.xml > Then we get comments like: > Could not download http://svn.sandsli.dnb.no/svn/felles/IT-01/IT01-main/trunk/../it01/pom.xml: Unable to validate URL > Check the logs for more details > > If we enter (to at least build one module): > http://svn.sandsli.dnb.no/svn/felles/IT-01/it01/trunk/pom.xml > > Then Continuum creates a scm url like: > scm:svn:http://${username}@svn.sandsli.dnb.no/svn/felles/IT-01/it01/it01 > > Hermod > > > -----Original Message----- > From: Emmanuel Venisse [mailto:emmanuel@venisse.net] > Sent: Wednesday, November 29, 2006 5:12 PM > To: continuum-users@maven.apache.org > Subject: Re: Continuum and multimodule setup > > > yes, it's supported, but your parent pom must be in a repository accessible by continuum. How do you have define the remote repositories list? > > Emmanuel > > hermod.opstvedt@dnbnor.no a écrit : >> Hi >> >> I have a Maven multimodule project that has a flat Eclipse structure. It seems that Continuum has problems with this (not finding the parent). Does Continuum support this type of project? >> >> Hermod >> >> >> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >> >> This email with attachments is solely for the use of the individual or >> entity to whom it is addressed. Please also be aware that DnB NOR cannot >> accept any payment orders or other legally binding correspondence with >> customers as a part of an email. >> >> This email message has been virus checked by the anti virus programs used >> in the DnB NOR Group. >> >> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >> >> >> >> > > > >