Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B86B710B09 for ; Thu, 15 Aug 2013 19:46:38 +0000 (UTC) Received: (qmail 44662 invoked by uid 500); 15 Aug 2013 19:44:12 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 44490 invoked by uid 500); 15 Aug 2013 19:43:53 -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 44416 invoked by uid 99); 15 Aug 2013 19:43:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 19:43:50 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.65.160.93] (HELO nbfkord-smmo07.seg.att.com) (209.65.160.93) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 19:43:20 +0000 Received: from unknown [144.160.112.28] (EHLO tlpi048.enaf.dadc.sbc.com) by nbfkord-smmo07.seg.att.com(mxl_mta-6.15.0-1) over TLS secured channel with ESMTP id 24f2d025.0.35909.00-365.102361.nbfkord-smmo07.seg.att.com (envelope-from ); Thu, 15 Aug 2013 19:43:00 +0000 (UTC) X-MXL-Hash: 520d2f446e41507c-8948e79ae6a26944ad05cbefad736a2cb8b0772d Received: from enaf.dadc.sbc.com (localhost.localdomain [127.0.0.1]) by tlpi048.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id r7FJgw3F015710 for ; Thu, 15 Aug 2013 14:42:58 -0500 Received: from dalint01.pst.cso.att.com (dalint01.pst.cso.att.com [135.31.133.159]) by tlpi048.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id r7FJgqoq015644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 15 Aug 2013 14:42:53 -0500 Received: from WABOTH9MSGHUB8B.ITServices.sbc.com (WABOTH9MSGHUB8B.itservices.sbc.com [135.163.35.101]) by dalint01.pst.cso.att.com (RSA Interceptor) for ; Thu, 15 Aug 2013 19:42:39 GMT Received: from WABOTH9MSGUSR8C.ITServices.sbc.com ([135.163.35.214]) by WABOTH9MSGHUB8B.ITServices.sbc.com ([135.163.35.101]) with mapi id 14.02.0342.003; Thu, 15 Aug 2013 12:42:38 -0700 From: "KARR, DAVID" To: Maven Users List Subject: How to define properties in a parent pom that are referenced in a child pom relative to the parent, not the child? Thread-Topic: How to define properties in a parent pom that are referenced in a child pom relative to the parent, not the child? Thread-Index: Ac6Z7rmHrGpfK6m9QAO6JB47bEhAag== Date: Thu, 15 Aug 2013 19:42:37 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [135.163.34.4] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-RSA-Inspected: yes X-RSA-Classifications: public X-Spam: [F=0.2000000000; CM=0.500; S=0.200(2010122901)] X-MAIL-FROM: X-SOURCE-IP: [144.160.112.28] X-AnalysisOut: [v=2.0 cv=GP6/5JxK c=1 sm=0 a=srMsL6ituuWTYeky9Bs9mA==:17 a] X-AnalysisOut: [=YnP4VLJI-BoA:10 a=sr7aIoDjv4IA:10 a=ofMgfj31e3cA:10 a=BLc] X-AnalysisOut: [eEmwcHowA:10 a=kj9zAlcOel0A:10 a=zQP7CpKOAAAA:8 a=XIqpo32R] X-AnalysisOut: [AAAA:8 a=nQybW-RdE24A:10 a=aHmXJhs7Krtx3w7NOq4A:9 a=CjuIK1] X-AnalysisOut: [q_8ugA:10] X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to setup javascript unit tests with phantomjs. I'm trying to st= ore the phantomjs executable in a parent pom along with a path setting rela= tive to that. When it's referenced from a child pom, I need the path to be= relative to the parent pom, not the child pom. I have a similar problem w= ith other common resources that are needed for the test infrastructure. I = browsed through the references that describe Maven properties, but I didn't= see anything that might help me with this. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org