Working with Ivy

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

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:

  1. The Ivy settings file: ivysettings.xml is used to configure resolution and deployment of artifacts using repositories in Artifactory.

  2. The Ivy modules file: ivy.xml is where the project's modules and dependencies are declared.

  3. 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.