- Documentation (2.1.0)
- Release Notes
- Tutorials
- Reference
- Developer doc
manager
Tag: manager Parent: conflicts
(since 2.0) the conflicts section is deprecated. Use the conflict instead.
Specify a a conflict manager for one or several dependencies.
The way to specify a conflict manager is by giving indication to which dependencies
the conflict manager applies (by giving organisation and module names or name regexp),
and then specifying the conflict manager, either by giving its name or by
specifying a fixed revision list, in which case a fixed conflicts manager is used.
See Conflicts Manager for details on conflicts manager in general.
Attributes
Attribute | Description | Required |
---|---|---|
org | the name, or an expression matching the name of organisation to which this conflict manager should apply (see matcher attribute below) | No, defaults to * (match all) |
module | the name, or an expression matching the name of module to which this conflict manager should apply (see matcher attribute below) | No, defaults to * (match all) |
name | the name of the conflict manager to use | Exactly one of two |
rev | a comma separated list of revisions this conflict manager should select | |
matcher | the matcher to use to match the modules for which the conflict manager should be used since 1.3 | No, defaults to exactOrRegexp in pre 1.3 ivy files, and exact in 1.3 and superior |