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

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

Documentation
4.0.0
Represents a set of reports and configuration to be used to generate them.
Properties
This component is not nillable.

Model
<...>
(id? ; configuration ; inherited? ; reports)
</...>


Nested Element Summary
 configuration
          4.0.0Configuration of the report to be used when generating this set. 
xs:stringid
          0.0.0+The unique id for this report set, to be used during POM inheritance. 
xs:stringinherited
          4.0.0 Whether any configuration should be propagated to child POMs. 
 reports
          4.0.0 The list of reports from this plugin which should be generated from this set.  
Source
<xs:complexType name="ReportSet">
<xs:all>
<xs:element default="default" minOccurs="0" name="id" 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:element minOccurs="0" name="inherited" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="reports">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="report" type="xs:string"/>
</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.