manager

Tag: manager Parent: conflicts

(since 2.0) the conflicts section is deprecated. Use conflict instead.

Specify 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 conflict manager is used.

See Conflict Manager for details on conflict managers 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