Represents a special form of a ZipFileSet that can behave in two ways:
| Attribute | Description | Required |
| path | The path relative to the root of the asset where the artifacts will be placed. The value that you set as the path attribute is used as the value of the prefix attribute for ZipFileSet. | No |
You can specify a single reference that will be added to each artifact in the set.
Add files from the /tmp directory in the images folder of an asset
<asset server="ramServer"> <artifactSet dir="/tmp" path="/images" /> </asset>
Add all entries from myFiles.zip to the root of an asset
<asset server="ramServer"> <artifactSet src="myFiles.zip" /> </asset>