Artifactory fully supports using 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.xmlis used to configure resolution and deployment of artifacts using repositories in Artifactory.The Ivy modules file:
ivy.xmlis where the project's modules and dependencies are declared.The Ant build file:
build.xmlis used to execute the ANT tasks that will, in turn, use Ivy for resolution and deployment of artifacts.