You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/08/26 09:10:10 UTC

svn commit: r688978 - /directory/project/trunk/pom.xml

Author: felixk
Date: Tue Aug 26 00:10:09 2008
New Revision: 688978

URL: http://svn.apache.org/viewvc?rev=688978&view=rev
Log:
Just a test to see if I get CI mails on private account (as they don't appear on the list)

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=688978&r1=688977&r2=688978&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue Aug 26 00:10:09 2008
@@ -48,6 +48,16 @@
           <address>notifications@directory.apache.org</address>
         </configuration>
       </notifier>
+      <notifier>
+        <type>mail</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <sendOnSuccess>true</sendOnSuccess>
+        <sendOnWarning>true</sendOnWarning>
+        <configuration>
+          <address>felix@otego.com</address>
+        </configuration>
+      </notifier>
     </notifiers>
   </ciManagement>