Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 45560 invoked from network); 17 Nov 2005 22:03:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 22:03:32 -0000 Received: (qmail 43108 invoked by uid 500); 17 Nov 2005 22:03:31 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 43088 invoked by uid 500); 17 Nov 2005 22:03:31 -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 43077 invoked by uid 99); 17 Nov 2005 22:03:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 14:03:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 14:05:05 -0800 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id DE9D09C2FCA for ; Thu, 17 Nov 2005 23:03:09 +0100 (CET) Received: (qmail 24375 invoked from network); 17 Nov 2005 22:03:11 -0000 Received: from 124.22.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.22.124) by 0 with SMTP; 17 Nov 2005 22:03:11 -0000 Message-ID: <437CFE15.4090202@venisse.net> Date: Thu, 17 Nov 2005 23:03:01 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Flat structure supported ? References: <437CEB73.7040308@schulte.it> In-Reply-To: <437CEB73.7040308@schulte.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N yes, it's supported, but you need to have your module accessible from parent pom url with relative path. if your parent pom url is http://server/path/rep1/parent/pom.xml and module name is ../mymodule then, http://server/path/rep1/mymodule/pom.xml must be a valid url Emmanuel Christian Schulte a �crit : > Hi, > > I am using the flat project layout as mentioned in the Maven 2 > documentation right at the end of the following site. > > > Does Continuum support this flat structure ? >