Publish Ivy to Artifactory

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

You can use the < ivy:publish> command to configure Ivy to deploy your artifacts into Artifactory using the specified resolver.

For example:

<ivy:publish resolver="artifactory-publish" overwrite="true">
   <!--
   Use overwrite="true" if you wish to overwrite existing artifacts
   and publishivy="false" if you only want to publish artifacts not module descriptors
   -->
   <artifacts/>
</ivy:publish>