http://maven.apache.org/POM/4.0.0
complexType Notifier

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Notifier (restriction)

Documentation
4.0.0
        Configures one method for notifying users/developers when a build breaks.
      
Properties
This component is not nillable.

Model
<...>
(type? ; sendOnError? ; sendOnFailure? ; sendOnSuccess? ; sendOnWarning? ; address? ; configuration)
</...>


Nested Element Summary
xs:stringaddress
          4.0.0 <b>Deprecated</b>. 
 configuration
          0.0.0+Extended configuration specific to this notifier goes here. 
xs:booleansendOnError
          4.0.0Whether to send notifications on error. 
xs:booleansendOnFailure
          4.0.0Whether to send notifications on failure. 
xs:booleansendOnSuccess
          4.0.0Whether to send notifications on success. 
xs:booleansendOnWarning
          4.0.0Whether to send notifications on warning. 
xs:stringtype
          4.0.0The mechanism used to deliver notifications. 
Source
<xs:complexType name="Notifier">
<xs:all>
<xs:element default="mail" minOccurs="0" name="type" type="xs:string">
</xs:element>
<xs:element default="true" minOccurs="0" name="sendOnError" type="xs:boolean">
</xs:element>
<xs:element default="true" minOccurs="0" name="sendOnFailure" type="xs:boolean">
</xs:element>
<xs:element default="true" minOccurs="0" name="sendOnSuccess" type="xs:boolean">
</xs:element>
<xs:element default="true" minOccurs="0" name="sendOnWarning" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="address" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="configuration">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.