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.

What's the purpose of an artifact repository?

Wherever you read about continuous delivery or continuous integration it's recommended to use an artifact repository to store the artifacts …

continuous-integration nexus artifactory
npm ERR! Unable to authenticate, need: Basic realm="Artifactory Realm"

I tried to run the command: npm install -g @angular/[email protected] but I have got the following error: npm ERR! …

npm artifactory jfrog
Can I use Artifactory with Python PIP?

Can I pull Python artifacts from Artifactory using Pip? I see that I can place artifacts in Artifactory using Python, …

python pip artifactory
Is there a URL for the latest snapshot for an artifact in Artifactory?

I would like to make a permalink to the latest snapshot version of an artifact in Artifactory. If we are …

artifactory
NPM Install not working with artifactory around proxy

So basically I am trying to download packages from https://registry.npmjs.org/ using npm install, but I am under …

node.js proxy npm artifactory
Trying to get Maven to deploy to Artifactory Server

I'm trying to get a project to deploy to our Artifactory repository. The user qazwart is an administrator and has …

maven deployment artifactory
Deleting artifacts in artifactory

I want to delete artifacts in artifactory.I googled and found this link https://www.jfrog.com/confluence/display/RTF/…

artifactory artifacts
Gradle exclude specific files inside dependency

I was wondering if there was anyway to exclude specific files,that are inside a dependency (not a transitive dependency), …

java gradle dependencies artifactory
SBT is unable to find credentials when attempting to download from an Artifactory virtual repo

I'm trying to run SBT behind a corporate firewall. Another team has configured an Artifactory proxy. This proxy works fine …

scala sbt artifactory
How do I find the latest version of an artifact from a maven repository

As part of an automated deployment I need a script to download the latest version of an artifact from our …

shell maven-2 ant artifactory