You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/16 15:28:32 UTC

svn commit: r394485 - /cocoon/trunk/pom.xml

Author: jheymans
Date: Sun Apr 16 06:28:30 2006
New Revision: 394485

URL: http://svn.apache.org/viewcvs?rev=394485&view=rev
Log:
configure mailinglist notifier

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/pom.xml?rev=394485&r1=394484&r2=394485&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sun Apr 16 06:28:30 2006
@@ -219,16 +219,23 @@
   </issueManagement>
   <ciManagement>
     <system>continuum</system>
-    <url>http://cocoon.zones.apache.org:8080/continuum/servlet/continuum</url>
+    <url>http://cocoon.zones.apache.org:12000/continuum/servlet/continuum</url>
     <notifiers>
       <notifier>
         <type>irc</type>
         <configuration>
+          <!-- make sure channel has /mode -n for this to work -->
           <host>irc.freenode.net</host>
           <port>6667</port>
           <channel>#cocoon-ci</channel>
         </configuration>
       </notifier>
+      <notifier>
+        <type>mail</type>
+        <configuration>
+          <address>dev@cocoon.apache.org</address>
+        </configuration>
+      <notifier>
     </notifiers>
   </ciManagement>
   <mailingLists>