Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A72E10604 for ; Wed, 8 May 2013 12:00:12 +0000 (UTC) Received: (qmail 20686 invoked by uid 500); 8 May 2013 12:00:04 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 20144 invoked by uid 500); 8 May 2013 12:00:03 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 8660 invoked by uid 99); 8 May 2013 11:59:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 11:59:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C26B58899D2; Wed, 8 May 2013 11:59:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Wed, 08 May 2013 12:00:38 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [69/90] [abbrv] git commit: updated refs/heads/marvin_refactor to 26ea081 Fixing the gmaven configuration for marvin/pom.xml For the marvin checkin test custom properties had a typo when run for the *nix environment. Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b9f262aa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b9f262aa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b9f262aa Branch: refs/heads/marvin_refactor Commit: b9f262aa1c30b38b5a2135faa62818fcb32e73d6 Parents: 887f405 Author: Prasanna Santhanam Authored: Tue May 7 17:06:15 2013 +0530 Committer: Prasanna Santhanam Committed: Tue May 7 17:06:15 2013 +0530 ---------------------------------------------------------------------- tools/marvin/pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b9f262aa/tools/marvin/pom.xml ---------------------------------------------------------------------- diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 089c445..b8f7d74 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -232,9 +232,13 @@ execute + + ${user.dir} + ${marvin.config} + - pom.properties['resolved.userdir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d'); - pom.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d'); + project.properties['resolved.user.dir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d'); + project.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d');