Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 51779 invoked from network); 23 Nov 2005 21:46:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Nov 2005 21:46:56 -0000 Received: (qmail 3180 invoked by uid 500); 23 Nov 2005 21:46:55 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 3152 invoked by uid 500); 23 Nov 2005 21:46:55 -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 3141 invoked by uid 99); 23 Nov 2005 21:46:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2005 13:46:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brett.porter@gmail.com designates 66.249.82.192 as permitted sender) Received: from [66.249.82.192] (HELO xproxy.gmail.com) (66.249.82.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2005 13:48:26 -0800 Received: by xproxy.gmail.com with SMTP id s18so1325502wxc for ; Wed, 23 Nov 2005 13:46:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gly9l/nppdjsqbspa+G1ffNEsZ2hAfskmHWAz2HOk8I6Tda2N3Esbukmy9wvrdgbFhkmN/K8F6d9fprEnt/NQZ5FHvNU2MHX+twsubZIz4jaVeb117wRYPggi7TkdkQeUoA8mmMvOWiiTxcd5HI28EAHPcY5XTq7wT2W9/W15q4= Received: by 10.70.88.3 with SMTP id l3mr4313710wxb; Wed, 23 Nov 2005 13:46:33 -0800 (PST) Received: by 10.70.39.5 with HTTP; Wed, 23 Nov 2005 13:46:33 -0800 (PST) Message-ID: <9e3862d80511231346m65f1a880r25228834bcaa662b@mail.gmail.com> Date: Thu, 24 Nov 2005 08:46:33 +1100 From: Brett Porter To: continuum-users@maven.apache.org Subject: Re: Two Continuum Questions In-Reply-To: <43844493.2080608@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051122233007.66196.qmail@web35408.mail.mud.yahoo.com> <43844493.2080608@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/23/05, Emmanuel Venisse wrote: > > > Matthew Beermann a =E9crit : > > 1) I want Continuum to email all of the in the POM after = the build finishes. How do I accomplish that in the section= ? Or in Continuum's application.xml, if necessary? > > Actually, you should create a mail notifier with all developers addresses= in it. In a future > version, you'll can configure it with more simplicity. > Is this particular use case already in JIRA? > > > > 2) Right now, the project's becomes Continuum's defaul= t goal. That's good, but the problem is that I want multiple default goals.= For example, I want it to run "deploy site:site site:deploy" on every proj= ect. Maven gets very cranky if you try to specify multiple default goals at= the POM level - how can I do it at the Continuum level? (I'm going to be i= mporting dozens of projects, so it's a pain in the ass to change it manuall= y for each and every project.) > > It isn't possible actually to declare more than one goal in default goal,= file a jira issue under > the maven project for add this possibility. Until it's available in maven= , you can only configure > build definitions manually. In 1.1, you'll can configure some continuum p= rofiles where you'll can > define goals to run and you'll attach a profile to a build definition. > The Maven issue is already in JIRA. - Brett