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.

unauthorized access on artifactory even though credentials are included

I am trying to deploy a zip file to a remote inhouse maven repo.(artifactory integrated into hudson). pom.xml ... &…

maven hudson artifactory
Building multiple Maven profiles for a single Jenkins job

I am trying to build multiple Maven profiles in a single Jenkins job. Each profile changes some code and then …

maven build jenkins artifactory
Best practices in naming conventions on Maven artifactID (is there restriction?)

My team is new to Maven and we haven't been able to find any definitive guidance on selecting artifactIDs for …

maven naming-conventions nexus artifactory archiva
Can I include the mvn deploy:deploy-file in the pom or settings.xml instead of cli goal

I need to deploy a custom jar to Artifactory along with the jar generated from my Java project. Currently the …

maven teamcity artifactory
Use public maven repository with ivy

I have an ivy.xml containing <dependencies> <dependency org="commons-lang" name="commons-lang" rev="2.4"/> <dependency org="…

maven-2 artifactory ivy
How to upload an artifact to Artifactory / consume it in a build system (Gradle Maven Ant) where the artifact does not have an extension

I have the following files which I would like to upload to Artifactory as a 9.8.0 versioned artifact. NOTE: The first …

file upload gradle artifactory artifact
How to pull artifacts from Artifactory to project classpath using gradle?

I'm new to gradle and Artifactory integration and so far I can publish artifacts from one workspace to another. What …

java groovy gradle artifactory
How to configure Maven2 to publish to Artifactory?

Currently I have a Maven2 project that builds a JAR when you run: mvn clean package I need to now …

java maven artifactory publish
Accessing an Artifactory/Maven Repo that requires basic-auth

I have an Artifactory repo that sits behind basic authentication. How would I configure the settings.xml to allow access? &…

maven-2 basic-authentication artifactory
Can Nexus or Artifactory store simple tar.gz artifacts?

I have cloud servers located in separate data centers across the world. Each data center is separate from the others. …

deployment nexus artifactory artifacts