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.

Multiple deployments in maven

We have a internal artifactory repository. At the moment all snapshots will be deployed there. We also want to have …

java maven-2 hudson artifactory
Gradle Artifactory Plugin - How to publish artifacts from multiple modules in a project?

I have a project which has a SharedCode (Java) module and secondly an Android (Android library) module which depends on …

android gradle build.gradle artifactory maven-publish
How to deploy artifacts to Maven Repository (JFrog artifactory) through Jenkins Build Offline?

Context: I am trying to do a simple build (not through a pipeline job) on a maven project through Jenkins …

jenkins maven-3 artifactory jfrog-mission-control
nexus or artifactory with nuget?

I am trying to introduce decent reference management to my organisation. Having used Nexus with Maven before, I know it …

jenkins nuget nexus nuget-package artifactory
Jenkins install plugins offline

Installed Jenkins on a Linux server and want to install some plugins manually. I want to install Blue Ocean and …

jenkins plugins artifactory jenkins-blueocean
Error grabbing Grapes ... unresolved dependency ... not found

UPDATE 8/6: The beefed up logging has shown me that there is an issue deleting the old jar from the cache, …

groovy artifactory grape
artifactory as docker registry

I tried to set up artifactory as docker registry as shown in this video: http://www.jfrog.com/video/artifactory-docker-integration/ …

docker artifactory
Artifactory upload with checksum

If you upload an artifact to Artifactory and don't provide a checksum, it gives this warning: How do you upload …

curl artifactory checksum
How to put any file in artifactory using python?

I have a requirement where any file should be put in the artifact using python language. I tried to search …

python artifactory artifact
how to cache remote packages in Artifactory local repository?

I've used Artifactory to setup a local repository on my server to let clients download java packages from it. I …

java maven artifactory artifacts