Include Pattern
The include element is used to specify a pattern for files that should be captured as part of a directory artifact. By default, all files within the artifact's base directory are captured recursive. This behaviour is modified as soon as at least one include element is specified.
Attributes
| Attribute |
Description |
Required? |
Default |
| pattern |
A Apache Ant style pattern that matches the names of the files to be included (see Filtering Captured Files for details of the pattern syntax). |
Yes |
|
Child Elements
None.
Examples
See dir-artifact.