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

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

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(system? ; url? ; notifiers)
</...>


Nested Element Summary
 notifiers
          4.0.0 Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.  
xs:stringsystem
          4.0.0 The name of the continuous integration system, e.g. 
xs:stringurl
          4.0.0 URL for the continuous integration system used by the project if it has a web interface. 
Source
<xs:complexType name="CiManagement">
<xs:all>
<xs:element minOccurs="0" name="system" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="url" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="notifiers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notifier" type="Notifier"/>
</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.