Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 66590 invoked from network); 19 Apr 2007 04:08:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 04:08:32 -0000 Received: (qmail 94391 invoked by uid 500); 19 Apr 2007 04:08:30 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 94324 invoked by uid 500); 19 Apr 2007 04:08:30 -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 94312 invoked by uid 99); 19 Apr 2007 04:08:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 21:08:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of baztheman@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 21:08:23 -0700 Received: by wr-out-0506.google.com with SMTP id i23so413143wra for ; Wed, 18 Apr 2007 21:08:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RGnrTO9ObXq/MxaRM8YgsTwJ6AYUdllVftpH5ljSjfj8e8hnkl4bAB7OgKnvpp9qCtFeIhhSTGOizoN0ZqfO+62aG3ivRyjjVSVGfN/7Rb0Nh3T3lVMaO4rb3/wofj+Uq/nKw/U5LLWEMPAsaFvW6hvAULEObOUEtQ4Mhxb8dFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YB6PidAo1+iu7OolgOocqqOUY6b6NcuLUdezBWEci+FjC9V93JCzlLrUxDSyRTYYwP/UwBaHajL2qclFMTnLkdDB5H06ZqS8A7j60bANHSu1puK/+yNweDEQn4wWmrmV6LMnEFOWonNMeEuLMqwNwNArMn9j5BeV2bB7yihCzyE= Received: by 10.114.155.1 with SMTP id c1mr538611wae.1176955681742; Wed, 18 Apr 2007 21:08:01 -0700 (PDT) Received: by 10.115.72.14 with HTTP; Wed, 18 Apr 2007 21:08:01 -0700 (PDT) Message-ID: Date: Wed, 18 Apr 2007 21:08:01 -0700 From: Baz To: "Maven Users List" Subject: How to define variables and overwrite them with user defined files? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org All, How can i define variables in pom.xml and overwrite them with user defined files? For example, I would like to define a variable called mypath how can i define it in pom.xml? Is there a way like in Ant, within build.properties to redefine mypath? I know I can do -Dmypath=xyz Thanks. A. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org