Top "Artifactory" questions

Artifactory is an enterprise-grade universal binary repository manager solution that can be used to work with more than 25 different dependency and package managers, including Maven, Docker, npm, PyPi etc.

Archiva vs Artifactory

What's the difference between Archiva vs Artifactory repository for MAVEN ? Anybody has comparison chart on this ? Which one is better …

maven artifactory archiva
409 conflict in the snapshot release handling policy during artifact deploy

We have a set of files that we would like to deploy to artifactory, test results specifically. Files which match …

artifactory
What is the difference between JFrog Artifactory and Bintray?

I have been using JFrog Artifactory for a while in my company. Recently I learned about JFrog Bintray. What is …

artifactory bintray
How to rebuild maven-metadata.xml in Artifactory?

We're using Artifactory 3.9.2 and had to merge parts of two repositories (by copying over the artifacts) which had the same (…

maven artifactory maven-metadata
How should I use artifactory access token for access to npm repo

I would like to use an access token to publish and retrieve from an artifactory npm repo from a CI …

npm access-token artifactory
How to properly specify jcenter repository in maven config?

In Gradle, I need simply add: repositories { jcenter() } What is the simplest and proper way to do the same in …

maven gradle artifactory bintray jcenter
Converting a curl to python requests

I want to convert my folowing CURL request to a python POST requests so I can use it with the …

curl python-requests artifactory
How to publish builds to Artifactory from GitLab CI?

I am looking for an easy and clean way to publish artefacts build with GitLab CI onto Artifactory. I was …

artifactory artifacts gitlab-ci
Docker pull “unexpected EOF”

I faced an issue with docker. The scenario is like this: we use Codebuild+Packer+docker to create AMI, which …

docker artifactory
Gradle with artifactory

I am trying to set up my own ivy repository to use for my own libraries. I found out about …

gradle artifactory