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.

Gradle + Jenkins + Artifactory Maven Repo?

I have a Java project, building with Gradle, using the Jenkins CI server, and I would like to publish to …

jenkins gradle artifactory
How to have npm dependencies from different registries in the package.json?

In my package.json file I have declared dependencies which one from public registry and second from private registry (Artifactory …

json node.js npm registry artifactory
How are snapshot and release repositories used differently?

I understand that during development build artifacts are placed in the snapshot repository. When a product needs to go to …

continuous-integration ivy artifactory continuous-deployment
Publishing both jar and sources jar to Artifactory from Gradle

Here is my build.gradle: buildscript { repositories { maven { url 'http://localhost:8081/artifactory/plugins-release' credentials { username = "admin" password = "password" } name = "maven-main-cache" } } …

gradle artifactory
Difference between libs-snapshot & libs-snapshot-local?

In our project, we are migrating from ant scripts to gradle build. We are going to use artifactory as a …

repository artifactory
How do you manage the licenses of the dependencies (libraries) of your project?

I would like to know if the Nexus repository manager includes a License manager like Artifactory (with this plugin : http://…

maven licensing repository nexus artifactory
(SBT) How to disable default resolver and only use the company internal resolver?

We want to use company internal ivy/maven repository (artifactory) to improve the speed of resolving, and downloading the jar …

scala sbt nexus artifactory
How can I download last artifact in Artifactory?

I have some artifacts in Artifactory (OpenSource): I can download an artifact from using jfrog CLI: jfrog rt config --user=…

artifactory jfrog-cli
Tycho: Dependencies to other plugins of the project cannot be resolved when building plugins separately

I have a Eclipse RCP application that builds with Maven using the Tycho plugin. There is a master POM that …

eclipse maven osgi tycho artifactory
Maven 3 is looking for maven-metadata.xml in the wrong folder (Artifactory 2.5.1.1)

[08:45:24]Downloading: http://maven-proxy.xxx.local:8081/artifactory/xxx-snapshots/xxx/xxx/xxx/some-lib/1.2.5-SNAPSHOT/maven-metadata.xml [08:45:24][DEBUG] Could not find metadata xxx.…

maven artifactory maven-metadata