You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/09/13 16:21:02 UTC

svn commit: r280560 - /maven/components/trunk/maven-model/maven.mdo

Author: evenisse
Date: Tue Sep 13 07:20:59 2005
New Revision: 280560

URL: http://svn.apache.org/viewcvs?rev=280560&view=rev
Log:
Add some sendOn fields in Notifier

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=280560&r1=280559&r2=280560&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Tue Sep 13 07:20:59 2005
@@ -1050,6 +1050,34 @@
           <type>String</type>
           <description>The mechanism used to deliver notifications.</description>
         </field>
+        <field>
+          <name>sendOnError</name>
+          <version>4.0.0</version>
+          <defaultValue>true</defaultValue>
+          <type>boolean</type>
+          <description>Send notification on error.</description>
+        </field>
+        <field>
+          <name>sendOnFailure</name>
+          <version>4.0.0</version>
+          <defaultValue>true</defaultValue>
+          <type>boolean</type>
+          <description>Send notification on failure.</description>
+        </field>
+        <field>
+          <name>sendOnSuccess</name>
+          <version>4.0.0</version>
+          <defaultValue>true</defaultValue>
+          <type>boolean</type>
+          <description>Send notification on success.</description>
+        </field>
+        <field>
+          <name>sendOnWarning</name>
+          <version>4.0.0</version>
+          <defaultValue>true</defaultValue>
+          <type>boolean</type>
+          <description>Send notification on warning.</description>
+        </field>
         <!-- TODO: Remove it after continuum alpha-3 release -->
         <field>
           <name>address</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org