IvyRep Resolver

Tagivyrep
Handle latestyes, at least if the repository server is apache based
Handle publishno
This resolver usually uses an URL based repository usually similar in structure to ivyrep to find ivy files, and ibiblio to find artifacts. It can also be configured to use other similar repositories.
Since ivyrep is not maintained anymore, the ivyroot attribute is mandatory, and the use of this resolver is not recommended (we recommend using url resolver as replacement in most cases).

Attributes

This resolver shares the common attributes of standard resolvers.
AttributeDescriptionRequired
ivyrootthe root of the ivy repository. Yes, but may be provided through ${ivy.ivyrep.default.ivy.root} since 2.0
ivypatterna pattern describing the layout of the ivy repository. No, defaults to ${ivy.ivyrep.default.ivy.pattern}
artrootthe root of the artifacts repository. No, defaults to ${ivy.ivyrep.default.artifact.root}
artpatterna pattern describing the layout of the artifacts repository. No, defaults to ${ivy.ivyrep.default.artifact pattern}

Examples

<ivyrep name="ivyrep" ivyroot="http://ivyrep.mycompany.com"/>
Looks for ivy files on and ivyrep like web site located at http://ivyrep.mycompany.com.