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. |
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. |
log | the log setting to use during the resolve and retrieve process. (since 2.0)
Available options are the same as for [[ant:resolve]] when used to trigger resolve automatically (see [[ant:postresolvetask]]), or the following for the retrieve process only:
- default
the default log settings, where all usual messages are output to the console
- quiet
disable all usual messages, making the whole retrieve process quiet unless errors occur
| No, defaults to 'default'. |