Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 40316 invoked from network); 16 Aug 2006 08:23:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 08:23:45 -0000 Received: (qmail 80920 invoked by uid 500); 16 Aug 2006 08:23:38 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 80754 invoked by uid 500); 16 Aug 2006 08:23:37 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 80743 invoked by uid 99); 16 Aug 2006 08:23:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 01:23:37 -0700 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 [83.137.96.25] (HELO pm1.terions.de) (83.137.96.25) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 01:23:35 -0700 Received: (qmail 29630 invoked by uid 98); 16 Aug 2006 08:23:15 -0000 Received: from muedsl-82-207-215-220.citykom.de (HELO ?192.168.123.101?) (mailing-lists@dueppe.com@82.207.215.220) by pm1.terions.de with SMTP; 16 Aug 2006 08:23:15 -0000 Message-ID: <44E2D5EF.8050006@dueppe.com> Date: Wed, 16 Aug 2006 10:23:11 +0200 From: =?ISO-8859-15?Q?Ingo_D=FCppe?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Maven Users List Subject: basedir of super pom Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, is it possible in a multi module project to reference a directory in an absolute manner of the super pom? Independent of the current position I like to reference a directory from the top root directory of myproject. For instance I have following project structure: myproject module-1 module-1-api pom.xml module-1-core pom.xml pom.xml module-2 module-2-api pom.xml module-2-core pom.xml pom.xml src test clover clover.license pom.xml <== my super pom I like to define in my super pom.xml that the clover license is in the directory /src/test/clover/clover.license but all possible variables I found like ${basedir}or ${pom.dir} doesn't work. Any ideas? Regards, Ingo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org