>
> Regarding the notification, AFAICT, we can't remove the mail sent to
> [email protected]. May be I'm wrong ...

You're wrong ;-). It's in the pom and needs to be changed there. So
which is the preferred notification mail address? I'll change it then.
This would be identical to ASF continuum configuration - the manually
configured address could then be removed there.


fe...@pcfelix ~/svn/apache/directory/project/trunk $ svn diff
Index: pom.xml
===================================================================
--- pom.xml     (revision 728642)
+++ pom.xml     (working copy)
@@ -42,10 +42,10 @@
         <type>mail</type>
         <sendOnError>true</sendOnError>
         <sendOnFailure>true</sendOnFailure>
-        <sendOnSuccess>true</sendOnSuccess>
+        <sendOnSuccess>false</sendOnSuccess>
         <sendOnWarning>false</sendOnWarning>
         <configuration>
-          <address>[email protected]</address>
+          <address>[email protected]</address>
         </configuration>
       </notifier>
     </notifiers>

Reply via email to