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 22441119D8 for ; Sat, 11 May 2013 01:28:59 +0000 (UTC) Received: (qmail 95834 invoked by uid 500); 11 May 2013 01:28:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 95751 invoked by uid 500); 11 May 2013 01:28:57 -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 95741 invoked by uid 99); 11 May 2013 01:28:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 01:28:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waynefay@gmail.com designates 209.85.192.170 as permitted sender) Received: from [209.85.192.170] (HELO mail-pd0-f170.google.com) (209.85.192.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 01:28:53 +0000 Received: by mail-pd0-f170.google.com with SMTP id 10so3141370pdi.29 for ; Fri, 10 May 2013 18:28:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=qEg2wf+5cufWOVXAcK/TEhsGisto8lTYzmGzfK5Ft+M=; b=YMNBZ9ENct8hQlLdo0SfwFTaV07ph+TaUdH1bWhnzfi9Ne1RU7H61vtL/HHsOjVZ5o fdZr0Uzr1BYHL3em8bnMP4vWylVxoGE9KmINi5mhRaJMza5TcEElEFnFfLGMXkQPiDVI NvHox/nvtYrFqWmd/BS0PAc7jyWjyiFeOaF5ciWwX/9WfVCPYaAK8gug4K380lCzE6IR k6QCGvzE7ftH2W0EAWmXFjvHRmD1i3LhpooeR8PSB2uSonthy14EeS5eOesyhzVhihkm 6NuVShScf/HpKsGDA/By0q9e3wwESoOAkk9rMOuX1gboAI7lRRxziqIOFSrh+y6k0I5F vKYg== X-Received: by 10.66.233.34 with SMTP id tt2mr19849424pac.160.1368235712909; Fri, 10 May 2013 18:28:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.77.170 with HTTP; Fri, 10 May 2013 18:28:12 -0700 (PDT) In-Reply-To: References: From: Wayne Fay Date: Fri, 10 May 2013 20:28:12 -0500 Message-ID: Subject: Re: maven-antrun-plugin and ant basedir question To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > The build.xml file is part of the Dojo distribution. I would like to > avoid modifying their files as Dojo is being updated all the time. So I strongly doubt their build.xml file is "being updated all the time." I would just edit this one spot and then keep an eye for changes to this file so you can merge them in. > ideally I would like to be able to somehow pass the override value from > Maven since I own that pom.xml file. So that is my question. How do I do > that? If I was running Ant directly I would just pass the value in the > command line. I have not been able to figure out how to do that in Maven. If these links don't help (found with a simple Google search), then what you want to do is probably not possible: http://maven.40175.n5.nabble.com/M2-how-to-pass-maven-properties-to-ant-build-using-antrun-td81538.html http://books.sonatype.com/mcookbook/reference/ch04s03.html http://docs.codehaus.org/display/MAVENUSER/Antrun+Plugin http://stackoverflow.com/questions/4040778/parent-properties-inside-maven-antrun-plugin Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org