pattern | the pattern to use to copy the dependencies |
No. Defaults to ${ivy.retrieve.pattern} |
ivypattern | the pattern to use to copy the ivy files of dependencies since 1.3 |
No. Dependencies ivy files are not retrieved by default. |
conf | a comma separated list of the configurations to retrieve |
No. Defaults to the configurations resolved by the last resolve call, or * if no resolve was explicitly called |
sync | true to synchronize the destination, false to just make a copy since 1.4 |
No. Defaults to false |
type | comma separated list of accepted artifact types since 1.4 |
No. All artifact types are accepted by default. |
useOrigin | true to copy artifacts from their original location for local artifacts, false to use only cache locations since 1.4 |
No. Defaults to false |
symlink | true to create symbolic links, false to copy the artifacts. The destination of the symbolic links depends on the value of the useOrigin attribute (since 2.0) | No. Defaults to false |
settingsRef | A reference to the ivy settings that must be used by this task (since 2.0) | No, 'ivy.instance' is taken by default. |