defaultResolver | the name of the default resolver to use |
No, but all modules should be configured in the modules section if not provided |
defaultLatestStrategy | the name of the default latest strategy to use |
No, defaults to latest-revision |
defaultConflictManager | the name of the default conflict manager to use |
No, defaults to latest-revision |
defaultBranch | the default branch to use for all modules, except if they have a [[settings/module module specific branch setting]]. since 1.4 |
No, defaults to no default branch |
defaultResolveMode | the default [[ant:resolve resolve mode]] to use for all modules, except if they have a [[settings/module module specific resolve mode setting]]. since 2.0 |
No, defaults to 'default' |
circularDependencyStrategy | the name of the circular dependency strategy to use since 1.4 |
No, defaults to warn |
validate | Indicates if ivy files should be validated against ivy.xsd or not. |
No, defaults to true |
useRemoteConfig | true to configure ivyrep and ibiblio resolver from a remote configuration file (updated with changes in those repository structure if any) (since 1.2) |
No, defaults to false |
httpRequestMethod | specifies the HTTP method to use to retrieve information about an URL. Possible values are 'GET' and 'HEAD'. This setting can be used to solve problems with firewalls and proxies. (since 2.0) |
No, defaults to 'HEAD' |
defaultCache | a path to a directory to use as default basedir for both resolution and repository cache(s).
Deprecated, we recommend using defaultCacheDir on the [[settings/caches]] tag instead |
No, defaults to .ivy2/cache in user home |
checkUpToDate | Indicates if date should be checked before retrieving artifacts from cache.
Deprecated, we recommend using overwriteMode on the [[use/retrieve]] task instead |
No, defaults to true |
cacheIvyPattern | a pattern to indicate where ivy files should be put in cache.
Deprecated, we recommend using ivyPattern on the [[settings/caches]] tag instead |
No, defaults to [organisation]/[module]/ivy-[revision].xml |
cacheArtifactPattern | a pattern to indicate where artifact files should be put in cache.
Deprecated, we recommend using artifactPattern on the [[settings/caches]] tag instead |
No, defaults to [organisation]/[module]/[type]s/[artifact]-[revision].[ext] |