Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 96754 invoked from network); 8 Oct 2007 15:49:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 15:49:56 -0000 Received: (qmail 16504 invoked by uid 500); 8 Oct 2007 15:49:34 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 16475 invoked by uid 500); 8 Oct 2007 15:49:34 -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 16425 invoked by uid 99); 8 Oct 2007 15:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 08:49:33 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.168.101.19] (HELO relay01-mail.uk.clara.net) (80.168.101.19) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 15:49:35 +0000 Received: from chb28-2-88-163-39-128.fbx.proxad.net ([88.163.39.128]:2682 helo=[127.0.0.1]) by relay01-mail.uk.clara.net (smtp-vh.amenworld.com [195.8.80.31]:251) with esmtpa (authdaemon_plain:emmanuel@venisse.net) id 1Ieur1-0001Zk-6E (Exim 4.60) for continuum-users@maven.apache.org (return-path ); Mon, 08 Oct 2007 15:49:12 +0000 Message-ID: <470A5159.3090902@venisse.net> Date: Mon, 08 Oct 2007 17:48:41 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Project on SVN with a not versioned parent References: <13098536.post@talk.nabble.com> In-Reply-To: <13098536.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 Raffaele a �crit : > Hi all, > because of the lack of documentation, I have some difficulties to add my > maven2 project on Continuum, my scenario si the following: > > pss > |-- pom.xml > > toolkit > |-- pom.xml > > common > |-- src > |-- pom.xml > > pss is parent of toolkit which is parent of common > > But, only common contains sources and only it is versioned using Subversion. > The other two parents are in my local repository and in the private remote > repository. > > Thanks in advance. > Best regards. > Raffaele > > In your opinion, how should I add those project on Continumm? Please tell me > the steps to follow. If they are in your remote repository, Continuum should find them. How/where do you have declared your remote repository? Emmanuel