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

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

Documentation
4.0.0
Section for management of reports and their configuration.
Properties
This component is not nillable.

Model
<...>
(excludeDefaults? ; outputDirectory? ; plugins)
</...>


Nested Element Summary
xs:booleanexcludeDefaults
          4.0.0If true, then the default reports are not included in the site generation. 
xs:stringoutputDirectory
          4.0.0 Where to store all of the generated reports. 
 plugins
          4.0.0The reporting plugins to use and their configuration. 
Source
<xs:complexType name="Reporting">
<xs:all>
<xs:element default="false" minOccurs="0" name="excludeDefaults" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="outputDirectory" type="xs:string">
</xs:element>
<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>


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