Namespace: |
|
Content: |
complex, 5 elements |
Defined: |
globally in maven-4.0.0.xsd; see XML source |
Includes: |
declarations of 5 elements |
Referenced: |
by 4 locations |

XML Representation Summary |
|||
<...> |
|||
|
|||
</...> |
|||
Component |
Type / Value |
Occurs |
Nillable? |
Declared In |
Description |
|
1..1 |
||||||
|
xs:string
|
0..1 |
no |
3.0.0+ Describe the resource target path. The path is relative to the target/classes
directory (i.e.
${project.build.outputDirectory}).
For example, if you want that resource to appear in a specific package
(org.apache.maven.messages), you must specify this
element with this value: org/apache/maven/messages.
This is not required if you simply put the resources in that directory
structure at the source, however. |
|||
|
xs:string
|
0..1 |
no |
3.0.0+ Whether resources are filtered to replace tokens with parameterised values or not.
The values are taken from the
properties element and from the
properties in the files listed in the filters element. Note: While the type
of this field is String for technical reasons, the semantic type is actually
Boolean. Default value is false. |
|||
|
xs:string
|
0..1 |
no |
3.0.0+ Describe the directory where the resources are stored. The path is relative
to the POM.
|
|||
0..1 |
no |
3.0.0+ A list of patterns to include, e.g.
**/*.xml. |
||||
0..1 |
no |
3.0.0+ A list of patterns to exclude, e.g.
**/*.xml |
||||
XML schema documentation generated with FlexDoc/XML 1.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit. |