Jump to content

Apache Ivy: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
See also: missed the list "*" indicator
clear as mud
Line 17: Line 17:
}}
}}


'''Apache Ivy''' is a [[transitive relation]] dependency manager. It is a sub-project of the [[Apache Ant]] project, with which Ivy works to resolve project dependencies. An external [[XML]] file defines project dependencies and lists the resources necessary to build a project. Ivy then resolves and downloads resources from an artifact repository: either a private repository or one publicly available on the [[Internet]].
'''Apache Ivy''' is a [[transitive relation]] [[dependency manager]]. It is a sub-project of the [[Apache Ant]] project, with which Ivy works to resolve project dependencies. An external [[XML]] file defines project dependencies and lists the resources necessary to build a project. Ivy then resolves and downloads resources from an artifact repository: either a private repository or one publicly available on the [[Internet]].


To some degree, it competes with [[Apache Maven]], which also manages dependencies. However, Maven is a complete build tool, Ivy focuses purely on managing transitive dependencies.
To some degree, it competes with [[Apache Maven]], which also manages dependencies. However, Maven is a complete build tool, Ivy focuses purely on managing transitive dependencies.

Revision as of 09:51, 21 July 2011

Apache Ivy
Developer(s)Apache Software Foundation
Stable release
2.2.0 / September 30, 2010 (2010-09-30) [1]
Repository
Written inJava
Operating systemCross-platform
PlatformJava
TypeAgile Dependency Manager
LicenseApache License 2.0
Websitehttp://ant.apache.org/ivy

Apache Ivy is a transitive relation dependency manager. It is a sub-project of the Apache Ant project, with which Ivy works to resolve project dependencies. An external XML file defines project dependencies and lists the resources necessary to build a project. Ivy then resolves and downloads resources from an artifact repository: either a private repository or one publicly available on the Internet.

To some degree, it competes with Apache Maven, which also manages dependencies. However, Maven is a complete build tool, Ivy focuses purely on managing transitive dependencies.

Features

  • Managing project dependencies
  • XML-driven declaration of project dependencies and jar repositories
  • Automatic retrieval of transitive dependency definitions and resources
  • Automatic integration to publicly-available artifact repositories
  • Resolution of dependency closures
  • Configurable project state definitions, which allow for multiple dependency-set definitions
  • Publishing of artifacts into a local enterprise repository

History

Jayasoft first created Ivy in September, 2004, with Xavier Hanin serving as the principal architect and developer of the project. Jayasoft moved hosting of Ivy (then at version 1.4.1) to Apache Incubator in October 2006. Since then, the project has undergone package renaming to reflect its association with the Apache Software Foundation. Package names prefixes of the form fr.jayasoft.ivy have become org.apache.ivy prefixes.

Ivy graduated from the Apache Incubator in October, 2007. As of 2009 it functions as a sub-project of Apache Ant.

See also

References

  • Steve Loughran, Erik Hatcher: Ant in Action, Manning Publications Company, ISBN 1-932394-80-X