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

AttributeDescriptionRequired
orgthe 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)
modulethe 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)
namethe name of the conflict manager to use Exactly one of two
reva comma separated list of revisions this conflict manager should select
matcherthe 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