Exclude Pattern
The exclude element is used to specify a pattern for files that should not be captured as part of a directory artifact. It is used to exclude files that are not interesting, but would normally be included when capturing the artifact.
Attributes
| Attribute |
Description |
Required? |
Default |
| pattern |
A Apache Ant style pattern that matches the names of the files to be excluded (see Filtering Captured Files for details of the pattern syntax). |
Yes |
|
Child Elements
None.
Examples
See dir-artifact.