Skip navigation.

IvyRep Resolver

Tag ivyrep
Handle latest yes, at least if the repository server is apache based
Handle publish no

This resolver usually uses ivyrep to find ivy files and ibiblio to find artifacts.
However it can be configured to use other similar repositories.

Note that if no ivy file is found on ivyrep, then this resolver behaves like ibiblio resolver. Thus it's usually better to use this resolver instead of ibiblio one, which is provided mainly for compatibility reasons.

Attributes

This resolver shares the common attributes of standard resolvers.

Attribute Description Required
ivyroot the root of the ivy repository. No, defaults to ${ivy.ivyrep.default.ivy.root}
ivypattern a pattern describing the layout of the ivy repository. No, defaults to ${ivy.ivyrep.default.ivy.pattern}
artroot the root of the artifacts repository. No, defaults to ${ivy.ivyrep.default.artifact.root}
artpattern a pattern describing the layout of the artifacts repository. No, defaults to ${ivy.ivyrep.default.artifact pattern}

Examples

<ivyrep name="ivyrep" />

A default ivyrep resolver, looking for ivy files on ivyrep and artifacts on ibiblio.


<ivyrep name="ivyrep" ivyroot="http://ivyrep.mycompany.com"/>

Looks for ivy files on and ivyrep like web site located at http://ivyrep.mycompany.com.