From continuum-users-return-5945-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Feb 19 18:16:15 2008 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 52677 invoked from network); 19 Feb 2008 18:16:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 18:16:15 -0000 Received: (qmail 70027 invoked by uid 500); 19 Feb 2008 18:16:08 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 70002 invoked by uid 500); 19 Feb 2008 18:16:08 -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 69991 invoked by uid 99); 19 Feb 2008 18:16:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 10:16:08 -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 schapht@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 18:15:35 +0000 Received: by an-out-0708.google.com with SMTP id d30so586219and.79 for ; Tue, 19 Feb 2008 10:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=0rOMed0Cr1i3tD2Wp1ZnR0Igd5FZAdD3PgRVTgfxNXU=; b=mOf6nknEAIXWWFTDlafWTvAFtnQEUmG8eU7fOEtpEDc1NrGbi203qtWml1Chtlazh/xKBguf0zorAzJguUBkmsyw+rsFFo9pxRvi7NGiZFhM6bP8WXDd7ZEjMgrNmXBN16mR0Ft4I4guYXAHgULYZNHGyGcRKgP+8LI0V/n3RXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=FUN9FUx90iT4odg0Is+9phHy/ZqcwcMJezN7GbGKefNKNhIh71fOaZrZdnEz//R3kc4R8pAdsz+3bzF/3qSfKT9gazJTthocO/KU2eRAV5p6IJK7Txx/Krcuk9AGHi9y7uG5W5R2WTyl3JHDOu55xvhLd22l8TTriqFz7fe+J94= Received: by 10.100.232.13 with SMTP id e13mr14837435anh.38.1203444943327; Tue, 19 Feb 2008 10:15:43 -0800 (PST) Received: from ?10.21.65.155? ( [68.87.42.115]) by mx.google.com with ESMTPS id b12sm13700000ana.1.2008.02.19.10.15.42 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Feb 2008 10:15:42 -0800 (PST) Message-Id: <2E3B4A65-0414-49CE-8300-16BEF1C70BF7@gmail.com> From: Mat Schaffer To: continuum-users@maven.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Multiple email recipients from notifiers Date: Tue, 19 Feb 2008 13:15:41 -0500 X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to have a notifier (defined in pom.xml) to email multiple recipients after a build in continuum. But comma-seperated lists don't seem to work on continuum 1.1. CONTINUUM-860 marks it as fixed in 1.1-alpha1, but I can't find anything in svn addressing it. What's the right way to handle this? Is there anything more succinct than the multiple notifier elements mentioned in the list archives? (http://tinyurl.com/39z9wk ) Thanks! Mat