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

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

Documentation
3.0.0+
            This element describes all of the classpath resources such as properties files associated with a
            project. These resources are often included in the final package.
          
Properties
This component is not nillable.

Model
<resources>
resource*
</resources>


Nested Element Summary
Resourceresource
          
Source
<xs:element minOccurs="0" name="resources">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="resource" type="Resource"/>
</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.