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

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

Documentation
4.0.0
            Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to
            calculating transitive dependencies.
          
Properties
This component is not nillable.

Model
<exclusions>
exclusion*
</exclusions>


Nested Element Summary
Exclusionexclusion
          
Source
<xs:element minOccurs="0" name="exclusions">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclusion" type="Exclusion"/>
</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.