You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2006/06/08 00:52:12 UTC

svn commit: r412600 - /myfaces/maven/branches/1_0_3/master-pom/pom.xml

Author: grantsmith
Date: Wed Jun  7 15:52:11 2006
New Revision: 412600

URL: http://svn.apache.org/viewvc?rev=412600&view=rev
Log:
MYFACES-1325: As continuum only notifies on a status *change*, it would actually be nice to see when a build become successful again.


Modified:
    myfaces/maven/branches/1_0_3/master-pom/pom.xml

Modified: myfaces/maven/branches/1_0_3/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_3/master-pom/pom.xml?rev=412600&r1=412599&r2=412600&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_3/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_3/master-pom/pom.xml Wed Jun  7 15:52:11 2006
@@ -16,7 +16,6 @@
     <system>continuum</system>
     <notifiers>
       <notifier>
-        <sendOnSuccess>false</sendOnSuccess>
         <configuration>
           <address>commits@myfaces.apache.org</address>
         </configuration>
@@ -440,4 +439,4 @@
       <url>scpexe://minotaur.apache.org/www/myfaces.apache.org</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>