http://maven.apache.org/POM/4.0.0
element reportSets

Super Types
{http://maven.apache.org/POM/4.0.0} (restriction)

Documentation
4.0.0
Multiple specifications of a set of reports, each having (possibly) different
            configuration. This is the reporting parallel to an <code>execution</code> in the build.
Properties
This component is not nillable.

Model
<reportSets>
reportSet*
</reportSets>


Nested Element Summary
ReportSetreportSet
          
Source
<xs:element minOccurs="0" name="reportSets">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="reportSet" type="ReportSet"/>
</xs:sequence>
</xs:complexType>
</xs:element>


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