Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 49330 invoked from network); 28 Sep 2004 18:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 18:34:42 -0000 Received: (qmail 85693 invoked by uid 500); 28 Sep 2004 18:34:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 85657 invoked by uid 500); 28 Sep 2004 18:34:21 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 85459 invoked by uid 99); 28 Sep 2004 18:34:19 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=RCVD_IN_NJABL_DUL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [80.39.71.87] (HELO mail.openinput.com) (80.39.71.87) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Sep 2004 11:34:17 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.openinput.com (Postfix) with ESMTP id 80B0C1B3312 for ; Tue, 28 Sep 2004 20:34:14 +0200 (CEST) Received: from mail.openinput.com ([127.0.0.1]) by localhost (commserver [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24658-03 for ; Tue, 28 Sep 2004 20:33:58 +0200 (CEST) Received: from [192.168.21.192] (ws00.openinput.com [192.168.21.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.openinput.com (Postfix) with ESMTP id 4CF9F1B3218 for ; Tue, 28 Sep 2004 20:33:57 +0200 (CEST) Message-ID: <4159AE9C.2080509@opentechnet.com> Date: Tue, 28 Sep 2004 20:34:04 +0200 From: Jose Gonzalez Gomez User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Users List Subject: [newbie] Setting system properties, attaining goals in subprojects Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at openinput.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi there, First question: I want to call multiproject:goal from maven.xml, I've done it as shown below: Is this the correct/best way to do it? Is this the way to set/override system properties? What about properties defined in project.properties? May them be overriden the same way? Second question: I want to attain a goal in a subproject, I've done it as shown below: Is this the correct/best way to do it? Thanks in advance, best regards Jose --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org