Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 85459 invoked from network); 21 Aug 2009 14:01:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Aug 2009 14:01:43 -0000 Received: (qmail 25529 invoked by uid 500); 21 Aug 2009 14:02:02 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 25425 invoked by uid 500); 21 Aug 2009 14:02:02 -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 25415 invoked by uid 99); 21 Aug 2009 14:02:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 14:02:02 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 72.14.220.156 is neither permitted nor denied by domain of brianf@infinity.nu) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 14:01:53 +0000 Received: by fg-out-1718.google.com with SMTP id 13so176739fge.9 for ; Fri, 21 Aug 2009 07:01:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.86.12.35 with SMTP id 35mr912984fgl.20.1250863291161; Fri, 21 Aug 2009 07:01:31 -0700 (PDT) In-Reply-To: <-1908004573799260886@unknownmsgid> References: <-1908004573799260886@unknownmsgid> From: Brian Fox Date: Fri, 21 Aug 2009 10:01:11 -0400 Message-ID: Subject: Re: Problems with property interpolation To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I don't see anything obvious. You don't see foo.bar in /target/classes/foo.bar with the value interpolated? On Fri, Aug 21, 2009 at 12:29 AM, Damon Silver wrote= : > I've been trying unsuccessfully to get property interpolation to work in > non-pom.xml files using maven 2.0.9 on WinXP Pro with maven-resources-plu= gin > 2.3. =A0What am I missing here? > > Any help would be much appreciated. > > Thanks, > > Damon Silver > > $ mvn -version > Maven version: 2.0.9 > Java version: 1.6.0_14 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > > Here are the relevant sections: > > File: =A0foo.bar > > ... > texttext ${foo.bar} moretext > ... > > File: =A0pom.xml > > > =A0 > =A0 =A0 > =A0 =A0 =A0true > =A0 =A0 =A0path/to/dir > =A0 =A0 =A0 > =A0 =A0 =A0 =A0**/foo.bar > =A0 =A0 =A0 > =A0 =A0 > =A0 > =A0 > =A0 =A0 > =A0 =A0 =A0org.apache.maven.plugins > =A0 =A0 =A0maven-resources-plugin > =A0 =A0 > =A0... > > > File: =A0Parent pom.xml > > > =A0install > =A0 > =A0 =A0 > =A0 =A0 ... > =A0 =A0 =A0 > =A0 =A0 =A0 =A0org.apache.maven.plugins > =A0 =A0 =A0 =A0maven-resources-plugin > =A0 =A0 =A0 =A0${resources-plugin.version} > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0${plugin.encoding.default} > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 > =A0 =A0 ... > =A0 =A0 > =A0 > =A0... > > > ... > > > =A0UTF-8 > =A02.3 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org