Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 72588 invoked from network); 20 Jun 2006 20:05:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 20:05:36 -0000 Received: (qmail 16611 invoked by uid 500); 20 Jun 2006 20:05:35 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 16593 invoked by uid 500); 20 Jun 2006 20:05:35 -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 16582 invoked by uid 99); 20 Jun 2006 20:05:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 13:05:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Jun 2006 13:05:34 -0700 Received: (qmail 20101 invoked from network); 20 Jun 2006 20:05:13 -0000 Received: from unknown (HELO ?127.0.0.1?) (81.185.102.216) by 0 with SMTP; 20 Jun 2006 20:05:13 -0000 Message-ID: <449854EF.1060604@venisse.net> Date: Tue, 20 Jun 2006 22:05:03 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: How to define the contents of the notification email? References: <7d67f8dc0606201202l20dce36u915290c67219d8d7@mail.gmail.com> In-Reply-To: <7d67f8dc0606201202l20dce36u915290c67219d8d7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Michael Waluk a �crit : > Hi, > > I was wondering if there is an easy way to define what is contained in the > email notifications sent by Continuum. > > For example, how can tell Continuum the address that it is running at - the > link to the online report always starts with "http://localhost:8080..." but > it is actually running at port 8091 and I have even stated that in my > pom.xml. Where does it get that info? The base url must be changed in the configuration screen. > > What are others doing out there to edit the email contents? Ideally I'd > like to include a link to that site the build generated in the notification > email. I know I can create my own email, getting the project info from the > ProjectReader, etc. but thought there might be an easy way that I haven't > noticed yet. if you want to modify the mail content, you'll need to edit it in continuum-core jar. We don't have for now an other way. Emmanuel