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

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

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(groupId? ; artifactId? ; version? ; inherited? ; configuration ; reportSets)
</...>


Nested Element Summary
xs:stringartifactId
          4.0.0The artifact ID of the reporting plugin in the repository. 
 configuration
          4.0.0The configuration of the reporting plugin. 
xs:stringgroupId
          4.0.0The group ID of the reporting plugin in the repository. 
xs:stringinherited
          4.0.0Whether the configuration in this plugin should be made available to projects that inherit from this one. 
 reportSets
          4.0.0Multiple specifications of a set of reports, each having (possibly) different configuration. 
xs:stringversion
          4.0.0The version of the reporting plugin to be used. 
Source
<xs:complexType name="ReportPlugin">
<xs:all>
<xs:element default="org.apache.maven.plugins" minOccurs="0" name="groupId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="version" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="inherited" 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="reportSets">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="reportSet" type="ReportSet"/>
</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.