Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 66937 invoked from network); 6 Jun 2005 14:13:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 14:13:32 -0000 Received: (qmail 65954 invoked by uid 500); 6 Jun 2005 14:13:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 65918 invoked by uid 500); 6 Jun 2005 14:13:26 -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 65901 invoked by uid 99); 6 Jun 2005 14:13:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brett.porter@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 07:13:25 -0700 Received: by wproxy.gmail.com with SMTP id 55so4101534wri for ; Mon, 06 Jun 2005 07:13:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R4LozbSxJkgM0kyCQaGG3BJphdztABUo7G5/x/E2Q8oawCBbuTfThNF8EFH7kblRt6O1h5c4d/KPVhszyqG7JPNWvoYEKc+p7xgb8ug6V+dh7wWiuNhhwBt9aY/ObJ4gootESWVBEA2xvEsHchipFFmUhQB+2sbNKVZ0Qz2Gqv0= Received: by 10.54.34.16 with SMTP id h16mr3253941wrh; Mon, 06 Jun 2005 07:13:03 -0700 (PDT) Received: by 10.54.42.42 with HTTP; Mon, 6 Jun 2005 07:13:02 -0700 (PDT) Message-ID: <9e3862d805060607132d392df6@mail.gmail.com> Date: Tue, 7 Jun 2005 00:13:02 +1000 From: Brett Porter Reply-To: Brett Porter To: Maven Users List Subject: Re: [m2] How to modify plugin properties without changing pom.xml In-Reply-To: <42A45549.4080304@Qlusters.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42A45549.4080304@Qlusters.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N System properties should work, but there is a bug where it isn't overriding properties in the config file. I think I'll have it fixed in moments :) Profiles are being introduced in alpha-3 which are a better way to provide plugin configuration on a per-user basis. - Brett On 6/6/05, Zachi Hazan wrote: > Is their away to change plugin properties without changing pom.xml or > through the command line (-Dparam=3Dvalue)? > i.e., like it was before, changing build.properties etc` > Why changing System properties don't effect maven? >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org