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

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

Documentation
3.0.0+
A list of patterns to exclude, e.g. <code>**&#47;*.xml</code>
Properties
This component is not nillable.

Model
<excludes>
exclude*
</excludes>


Nested Element Summary
xs:stringexclude
          
Source
<xs:element minOccurs="0" name="excludes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="xs:string"/>
</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.