Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 70212 invoked from network); 23 May 2006 21:12:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2006 21:12:29 -0000 Received: (qmail 95614 invoked by uid 500); 23 May 2006 21:12:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 95591 invoked by uid 500); 23 May 2006 21:12:28 -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 95580 invoked by uid 99); 23 May 2006 21:12:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 14:12:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.154.55.31] (HELO kcout01.prserv.net) (12.154.55.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 14:12:27 -0700 Received: from gfgpc11 (unknown[203.98.41.82]) by prserv.net (kcout01) with SMTP id <2006052321120520100ldfrme> (Authid: zgfg77); Tue, 23 May 2006 21:12:06 +0000 X-Originating-IP: [203.98.41.82] From: "Simon Kitching" To: Subject: RE: Problem when adding a m2 project into continuum Date: Wed, 24 May 2006 09:09:48 +1200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004D_01C67F11.CFF04740" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZ+qJ7FNbWjuAT/RN+ZA8KMebzXkAAAzczQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <4525221.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20060523211228.1F00E10FB00E@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_004D_01C67F11.CFF04740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Dario, =20 I had this problem too. The solution is to declare the scm url in every = pom, not just in the parent one. =20 Maven provides a java method for a project which returns its scm url. If there is no explicit scm url declared in the project, it uses the one = from the parent and appends the project's artifactid. There isn't much else = that maven could do. Possibly Continuum could override the scm url returned = by a child module, as it knows the parent url, and the relative path from = parent to child as declared in the parent's declaration; that seems a little tricky to me though. And as noted above, declaring the scm path = in every pom solves the issue.=20 =20 Regards, =20 Simon _____ =20 From: D=E1rio Oliveros [mailto:oliveros@cpqd.com.br]=20 Sent: Wednesday, May 24, 2006 3:33 AM To: continuum-users@maven.apache.org Subject: Problem when adding a m2 project into continuum I am having trouble importing a multiproject pom.xml that has its = modules located in a different directory structure. Please see below: main/ trunk/ pom.xml (multiproject) components/ comp_1/ trunk/ pom.xml ... comp_n/ trunk/ pom.xml multiproject pom.xml: ... components/comp_1 ... components/comp_n So If I import /main/trunk/pom.xml, continuum tries to find the modules = as subdirectories under main/trunk. I brought up this scenario since I use svn:externals in the main/trunk = and had no problem when checking out the entire project from svn. However, I = got stuck with continnum now :-( I think it would be great to have a feature where you could decide = whether to import the entire multiproject (with all modules) or just the multiproject itself. Any comments or suggestions would be appreciated. D=E1rio -- View this message in context: http://www.nabble.com/Problem+when+adding+a+m2+project+into+continuum-t16= 696 51.html#a4525221 Sent from the Continuum - Users forum at Nabble.com. ------=_NextPart_000_004D_01C67F11.CFF04740--