Artifactory fully supports working with Ivy both as a source for artifacts needed for a build, and as a target to deploy artifacts generated in the build process.
For Ivy to work with Artifactory, the following files must be present and configured:
The Ivy settings file:
ivysettings.xml
is used to configure resolution and deployment of artifacts using repositories in Artifactory.The Ivy modules file:
ivy.xml
is where the project's modules and dependencies are declared.The Ant build file:
build.xml
is used to execute the ANT tasks that will, in turn, use Ivy for resolution and deployment of artifacts.