| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}ReportSet (restriction)
4.0.0
Represents a set of reports and configuration to be used to generate them.
| Nested Element Summary | |
| configuration4.0.0Configuration of the report to be used when generating this set. |
xs:string | id0.0.0+The unique id for this report set, to be used during POM inheritance. |
xs:string | inherited4.0.0 Whether any configuration should be propagated to child POMs. |
| reports4.0.0 The list of reports from this plugin which should be generated from this set. |
<xs:complexType name="ReportSet"><xs:all></xs:complexType><xs:element default="default" minOccurs="0" name="id" type="xs:string">
</xs:element><xs:element minOccurs="0" name="configuration"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence><xs:element minOccurs="0" name="inherited" type="xs:string">
</xs:element><xs:element minOccurs="0" name="reports"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="report" type="xs:string"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||