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 68D8FF946 for ; Mon, 25 Mar 2013 14:15:08 +0000 (UTC) Received: (qmail 16281 invoked by uid 500); 25 Mar 2013 14:15:06 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16189 invoked by uid 500); 25 Mar 2013 14:15:05 -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 16084 invoked by uid 99); 25 Mar 2013 14:15:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 14:15:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 14:14:59 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UK8At-0008KW-Ko for users@maven.apache.org; Mon, 25 Mar 2013 15:14:59 +0100 Received: from hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de ([95.208.58.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 15:14:59 +0100 Received: from joerg.schaible by hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 15:14:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: activeProfiles Date: Mon, 25 Mar 2013 15:14:27 +0100 Lines: 24 Message-ID: References: <514CFC84.4010504@gmail.com> <51504A24.1080608@gmail.com> Reply-To: joerg.schaible@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de User-Agent: KNode/4.9.5 X-Virus-Checked: Checked by ClamAV on apache.org Eric Kolotyluk wrote: > > On 2013-03-25 3:49 AM, Jörg Schaible wrote: >> Hi Eric, >> >> Eric Kolotyluk wrote: >> >>> I have two development environments: work and personal. >>> >>> I am trying to set up my projects so that the POM knows which profile to >>> activate, but it seems you cannot put in a POM, only in >>> a settings.xml file. Is there some reason for this? >>> >>> Is there some other Maven way to do what I want to do? How do other >>> people separate work development from personal development? >> What's the problem with it? If you active a profile in the settings.xml, >> you can use this profile (i.e. a profile with same name) also in your >> POMs, you don't need an activation anymore. actually I don't get why a separate VM is preferable to a second settings.xml in this case - if we still only talk about Maven ;-) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org