Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 44540 invoked from network); 22 Nov 2005 05:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Nov 2005 05:50:35 -0000 Received: (qmail 4867 invoked by uid 500); 22 Nov 2005 05:50:29 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 4766 invoked by uid 500); 22 Nov 2005 05:50:28 -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 4755 invoked by uid 99); 22 Nov 2005 05:50:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 21:50:28 -0800 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.14.253.182] (HELO mail.exist.com) (64.14.253.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 21:52:00 -0800 Received: from [172.16.228.227] (adsl-131.68.164.info.com.ph [203.131.68.164] (may be forged)) (authenticated bits=0) by mail.exist.com (8.12.11/8.12.11) with ESMTP id jAM53Fj9004841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 21 Nov 2005 21:03:32 -0800 Message-ID: <4382B17C.8020005@mergere.com> Date: Tue, 22 Nov 2005 13:49:48 +0800 From: Maria Odea Ching User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Users List Subject: Re: Setting an arbitrary property for a plugin within its configuration References: <27749926.14981132597912378.JavaMail.servlet@kundenserver> In-Reply-To: <27749926.14981132597912378.JavaMail.servlet@kundenserver> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dietrich, You could specify a property (role, eclipse) inside the properties tag of your pom.xml file (outside of the plugin configuration), then use the property defined to configure your eclipse plugin. -Deng lists@escalon.de wrote: >Hi, > >I always need to run the eclipse plugin with a certain profile (some common resources must be ignored, the eclipse plugin does not yet properly add common resources outside project folders). > >We defined a build profile that does not define this resource and activate it using a role property on the commandline, like so: > >mvn eclipse:eclipse -Drole=eclipse > >Is it possible to set this property permanently within the plugin configuration? > >Something like: > > >org.apache.maven.plugins >maven-eclipse-plugin > > > eclipse > > > > >This particular syntax does not work, I tried it :-( > >Regards, >Dietrich > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org