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

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

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(artifactId? ; groupId?)
</...>


Nested Element Summary
xs:stringartifactId
          4.0.0The artifact ID of the project to exclude. 
xs:stringgroupId
          4.0.0The group ID of the project to exclude. 
Source
<xs:complexType name="Exclusion">
<xs:all>
<xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="groupId" type="xs:string">
</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.