| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Resource (restriction)
3.0.0+
This element describes all of the classpath resources associated with a project or
unit tests.
| Nested Element Summary | |
xs:string | directory3.0.0+ Describe the directory where the resources are stored. |
| excludes3.0.0+A list of patterns to exclude, e.g. |
xs:boolean | filtering3.0.0+ Whether resources are filtered to replace tokens with parameterised values or not. |
| includes3.0.0+A list of patterns to include, e.g. |
xs:string | targetPath3.0.0+ Describe the resource target path. |
<xs:complexType name="Resource"><xs:all></xs:complexType><xs:element minOccurs="0" name="targetPath" type="xs:string">
</xs:element><xs:element default="false" minOccurs="0" name="filtering" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="directory" type="xs:string">
</xs:element><xs:element minOccurs="0" name="includes"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="include" type="xs:string"/></xs:sequence><xs:element minOccurs="0" name="excludes"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="xs:string"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||