complexType "Reporting"
Namespace:
Content:
complex, 3 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Section for management of reports and their configuration.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="Reporting">
<xs:all>
<xs:element minOccurs="0" name="excludeDefaults" type="xs:string"/>
<xs:element minOccurs="0" name="outputDirectory" type="xs:string"/>
<xs:element minOccurs="0" name="plugins">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="plugin" type="ReportPlugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
excludeDefaults
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
If true, then the default reports are not included in the site generation. This includes the reports in the "Project Info" menu. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is false.
XML Representation Summary
<excludeDefaults>
   
Content: 
{ xs:string }
</excludeDefaults>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="excludeDefaults" type="xs:string"/>

outputDirectory
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
Where to store all of the generated reports. The default is ${project.build.directory}/site.
XML Representation Summary
<outputDirectory>
   
Content: 
{ xs:string }
</outputDirectory>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="outputDirectory" type="xs:string"/>

plugins
Type:
anonymous complexType, complex content
version:
4.0.0+
description:
The reporting plugins to use and their configuration.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="plugins">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="plugin" type="ReportPlugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.