Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 48033 invoked from network); 7 Feb 2008 14:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 14:04:40 -0000 Received: (qmail 23690 invoked by uid 500); 7 Feb 2008 14:04:31 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 23658 invoked by uid 500); 7 Feb 2008 14:04:31 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 23647 invoked by uid 99); 7 Feb 2008 14:04:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 06:04:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 64.233.170.187 as permitted sender) Received: from [64.233.170.187] (HELO rn-out-0910.google.com) (64.233.170.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 14:04:02 +0000 Received: by rn-out-0910.google.com with SMTP id i50so1464033rne.9 for ; Thu, 07 Feb 2008 06:03:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=z+YFcVAJDQMeyRjd/cgyIzXboD2R4NaZ79bqs3khTvs=; b=oUPHj3Na8hRixnFPm/OoW+s/SsqP8JBHbrta7i+fUBkkm4j1h777hsTPFWOfbLF9N8ZsgyPeXoJodWOWWwpZB5gYQaDK721g2GcY5Gmm0ASlXKaA/lCHPSzX6JKlkDnyIjqbtldsF+h53zxr9pwGm6G8QqxsC3Kw2VrLoRgxPlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RY2XJsipLge0MTGXJZ9OXrq7bZY4h0vMg7RiiVnh4VplyC5k3lEli22B5dUWhsbzDx2vjuUDcxy3hgvdhauyrITV3TfqFTJnBckJRLYlfb/Lx1xWbcQP/n1rHRNu+QgldCkCb0txENZ6Uae926zvmju3dznft4VBh9if/gBPRbw= Received: by 10.142.172.12 with SMTP id u12mr6164453wfe.195.1202392437095; Thu, 07 Feb 2008 05:53:57 -0800 (PST) Received: by 10.142.163.17 with HTTP; Thu, 7 Feb 2008 05:53:57 -0800 (PST) Message-ID: <25aac9fc0802070553p18eda900m2bf6af1ec2714e0@mail.gmail.com> Date: Thu, 7 Feb 2008 13:53:57 +0000 From: sebb To: continuum-users@maven.apache.org Subject: Re: Bug in Continuum 1.1-beta-3 ? - goals and profile seem to be locked together In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25aac9fc0802070417w2e88c1efj90ce2e80427a9932@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 07/02/2008, Emmanuel Venisse wrote: > If you want different configurations, you have few solutions: > - Define a profile that use the most recent jdk and configure source/target > parameters on the compiler plugin in each projects > - Remove the group build definition and add a new build definition on each > project linked with a specific profile. Does not seem possible to remove the group build definition. However if one adds a new build definition, one can make that the default for the project. One can then delete the original group build from the project. > Emmanuel > > On Feb 7, 2008 1:17 PM, sebb wrote: > > > Just tried updating one of the HttpComponents projects. I changed the > > profile to Java 1.4 for one of the projects, and now they all seem to > > be using 1.4. > > > > Likewise changing the goals for one of the projects affects the other two. > > > > However, changing the notifiers seems to only affect the current project. > > > > Is this tied behaviour correct? > > > > If so, how can we build some projects in the group using 1.4 and some > > using Java 5? > > >