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.

When maven says "resolution will not be reattempted until the update interval of MyRepo has elapsed", where is that interval specified?

With maven, I occasionally hit an artifact that comes from some 3rd-party repo that I haven't built or included in …

maven artifactory
How to download the latest artifact from Artifactory repository?

I need the latest artifact (for example, a snapshot) from a repository in Artifactory. This artifact needs to be copied …

shell artifactory continuous-deployment
Where to put the gradle.properties file

I am following the Artifactory 1-min Setup. I have Artifactory up and running on my localhost, and now I am …

intellij-idea gradle artifactory
Should we use Nexus or Artifactory for a Maven Repo?

We are using Maven for a large build process (> 100 modules). We have been storing our external dependencies in source …

maven-2 nexus artifactory
Upload artifact to Artifactory using Gradle

I am a newbie to Gradle and Artifactory and I want to upload a JAR file to Artifactory. Here is …

gradle publish artifactory
How do I deploy a file to Artifactory using the command line?

I've spent far more time on this than I care to admit. I am trying to just deploy one file …

command-line gradle artifactory
Maven: Trying to Deploy with credentials in settings.xml file

This seemed to be working last week and now it doesn't. We use Artifactory as our Maven repository. I am …

maven deployment settings artifactory
Could not find metadata in local

Locally on the machine i have an Artifactory installed with maven repositories, and i have a very simple .pom file …

maven dependencies maven-3 artifactory
Maven fails to get SNAPSHOT builds from repository

Our internal repository (Artifactory) now contains both the stable builds as well as SNAPSHOT versions of our internal libraries. For …

java maven-2 artifactory
How to stop Maven/Artifactory from keeping Snapshots with timestamps

Due to disk space considerations I'd like to only ever keep one version of any snapshot in my repository. Rather …

java maven maven-2 artifactory