Artifactory is a Binary Repository Manager for use by Maven, Gradle, Ivy, etc. Repository managers serve two purposes: they act as highly configurable proxies between your organization and external repositories and they also provide an organization with a deployment destination for your internally ...

learn more… | top users | synonyms

1
vote
1answer
58 views

What is the point of Artifactory or Nexus, and how might I use them?

While investigating CI tools, I've found that many installations of CI also integrate to artifact repositories like SonaType Nexus and JFrog Artifactory. Those tools sound highly integrated to Maven. ...
1
vote
1answer
60 views

Artifactory REST API: How can I reassociate a build with a deployed artifact?

When you deploy an artifact to Artifactory over an existing artifact, it does not associate it with the build that the existing artifact has. For example: If you used the Jenkins Artifactory Plugin ...
2
votes
2answers
78 views

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 contains all the plugins and features as modules. If I install the master POM with Maven, ...
0
votes
0answers
28 views

How to auto Increment Ivy revision number when publishing to Artifactory

Can someone please help me figure out how to increment revision number using IVY when publishing to artifactory. After web search I found buildnumber can be used to do that but it does not work, am ...
1
vote
1answer
69 views

How to change an existing build status in Artifactory from a Jenkins job

Hi I am having a Jenkins build pipeline like this: 1. builds the app and deploys to Artifactory; 2. runs an SSH exec command on the test server (remote) to download the artifacts and deploys them into ...
0
votes
1answer
39 views

Archiva or Artifactory using something other than localhost

I want to use either Archiva or Artifactory in stand-alone mode, but I want to configure it to listen on something other than 'localhost'. My internal repository is on a system between my internal ...
0
votes
1answer
41 views

Listing the most recently uploaded artifacts in Artifactory

Is there a programmatic way to list the most recently uploaded artifacts in Artifactory, using its REST API? For example, my Artifactory setup has 6 local repositories hosting our in-house built ...
0
votes
3answers
96 views

Maven Internal Repository, Is it Really This Hard?

I have several projects which use Maven and I would like to run an internal repository on my work network. I have several libraries which are from third parties and cannot be released into the wild, ...
0
votes
1answer
184 views

Jenkins / Maven Release Plugin (cascade release)

I've got a bunch of projects with enough dependencies that the thought of clicking 'Perform Maven Release' and typing in my SVN username/password on each dependent manually, bottom up, brings on a ...
0
votes
1answer
42 views

Differ database library names (artifacts) for various maven profiles (jboss,tomcat,glassfish) in Maven, Artifactory and Jenkins environment

We have CI Jenkins jobs configured to build for various maven profiles. Each compiled library goes into Artifactory libs-release or libs-snapshots virtual repository depending on its version. Now we ...
0
votes
1answer
49 views

Download specific POM file using it's Maven artifact

I'm new to Maven and it's concept, but the big picture is that I need to download (in command line) the POM file of a certain artifact which is in a remote maven repository (Artifactory) using just ...
1
vote
1answer
41 views

502 error from Gradle Wrapper downloading from Artifactory

I'm having trouble getting Gradle wrapper to download the -bin.zip file from an Artifactory instance. I'd like to distribute my corporate-modified (added init scripts) version of Gradle via our ...
0
votes
0answers
123 views

m2e can't resolve archetypes using Artifactory

I have this type of problem: I've configured Artifactory to use as Internal proxy repository and everything works fine except that now i can't create new projects with m2Eclipse wizard. I've ...
1
vote
1answer
82 views

Different ssl-certs delivered depending on client

I'm using a free SSL-cert from startssl.com for my Artifactory-repo. It's all green and nice in my browsers, but of course not from Java. So I installed the cacerts with this handy script: ...
1
vote
1answer
206 views

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 for my project which points to it: <project ...
0
votes
0answers
55 views

Artifactory maven 3 unable to find a snapshot file

I am having problems getting artifactory to suppy a jar file to a maven 3 build process I have deploy the jar file gwt-openlayers-server-1.0-SNAPSHOT.jar to libs-snapshot-local I can find this jar ...
0
votes
2answers
80 views

Distinguishing maven releases/snapshots from trunk than the ones from branches when getting latest dependencies

I am working on project to automate maven releases for large set of inter-dependent modules. First the task involves getting the latest versions for internal dependencies. Than order the builds in a ...
1
vote
1answer
85 views

How to manage artifactory / maven artifact using different profiles

i have some problems understanding how to manage different "jar" files generated using different profiles. An example. I have a project : my.project:sample:1.0 And we use two profiles: Using ...
0
votes
1answer
148 views

Artifactory Search via REST API causes “Bad request” error

I’m trying to search artifacts using a groovy script and the REST API: def query = ‘artifactory/api/search/artifact?name=at.mic.all.feature&repos=features-qa-test-snapshot’ def server = new ...
1
vote
0answers
102 views

jar files not being downloaded only .pom files using m2eclipse and Artifactory

I using RAD 7.5 as the IDE and have the m2eclipse 0.10 plugin installed. I've installed a fresh copy of the IDE but when I try to check out our project from SVN, it only downloads the .pom and ...
0
votes
1answer
61 views

Artifactory ignores artifacts deployed into libs-release-local

We are evaluating Artifactory to be used as our local/remote repository. Our application uses a custom cxf-2.6.6 jar. We've manually deployed the cxf jar into libs-release-local. But each time we do ...
0
votes
1answer
106 views

Publishing an sbt scala project to Artifactory with the env vars

What I have is this. I have defined in sbt my publish task which publishes to artifactory. Im running it in a Jenkins job as a shell build step. What I would like to do is to include all the ...
0
votes
1answer
14 views

Specifying the distribution section outside the pom.xml

Is there a way I can specify the distribution managment section outside of the pom for a given project, but still only in the scope of that project? I have a project that I'm forking from github and ...
5
votes
2answers
722 views

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 to be far superior to the method of building everything locally. As this is a ...
0
votes
0answers
22 views

artifactory oss access by hostname

I've just installed Artifactory OSS on a local CentOS server. I can access it just fine using the IP address of the host http://10.0.0.31:8081 I have a DNS name configured for the server ...
0
votes
1answer
103 views

Jenkins Artifactory Plugin multi-project release

I have configured jenkins and the artifactory plugin to work and do the release for single project. I recently created a multi-project, and im not sure how to release so that all dependant projects ...
0
votes
2answers
84 views

Authentification doesn't work when trying to delete artifact (“HttpResponseException: Forbidden”)

I'm trying to remove artifacts from an Artifactory repository using a Groovy script that runs in a Jenkins task. The script collects all artifacts in the given path of my repository that match a ...
0
votes
1answer
131 views

Publish to Artifactory copied from another project artifacts in Jenkins

So I got few separated jobs in Jenkins. The first one gets the project from a Git repository, builds it and produces artifacts. And another one has to copy certificates from the first job and publish ...
0
votes
0answers
107 views

Maven release plugin doesn't properly deploy project to Artifactory

I have a multi-module maven project with WAR, JAR(Applet). Applet built using maven-webstart-plugin, like this <groupId>org.codehaus.mojo</groupId> ...
0
votes
1answer
86 views

Re-deployment of builds from artifactory - generic

I am interested in figuring out the best way to deploy a build from artifactory. Currently I am generating a lot of binaries and dumping them on a repository in artifactory. i want to find a way ...
1
vote
2answers
126 views

Does Artifactory offer similar feature that the procurement suite in Sonatype Nexus Pro does?

I am researching the pros/cons of Artifactory and Nexus. There is a feature in Nexus that I like very much -- the procurement suite. It provides GUI to define the procurement rule. After the ...
0
votes
1answer
565 views

How to setup new local artifactory for maven?

I've read many questions and articles on this and tons of other sites, I still can't get this working. I have maven configured to perform my builds, and now want to put the artifacts into a ...
1
vote
0answers
32 views

Artifactory: Avoid overwriting already existing release package?

is it possible to avoid overwriting (lock) an existing release package in Artifactory? We have already backups, but it is complicated to restore all release packages, that belongs to a specific ...
0
votes
2answers
347 views

Upload multiple Gradle artifacts to Artifactory from Jenkins

My environment uses Gradle for builds, Jenkins for CI, and Artifactory for a repository. I use the Artifactory plugin for Jenkins. Jenkins successfully builds my main jar file and uploads it to ...
0
votes
0answers
55 views

Keeping different builds in Artifactory with the same name

Im using Artifactory to store my builds. The builds are created by Jenkins and automatically stored in Artifactory. But whenever I make a new build it replaces the old one. I guess its because the ...
1
vote
1answer
240 views

Should Git be used to store continuous integration builds?

In an environment where multiple builds (release candidate packages) can be created daily but only one a month gets promoted to production, I think storing every build in Git would be wasteful but ...
0
votes
2answers
91 views

What's wrong with this Ivy changingPattern / SNAPSHOT configuration?

I can't get Ivy to update cache when snapshot dependencies are updated. The resolver (to has the following settings: <url name="xxx" m2compatible="false" checkmodified="true" ...
1
vote
1answer
65 views

Passing user authentication from the “Jira User Server” to Artifactory?

Is it possible to pass user authentication from the "Jira User Server" (NOT Crowd) to Artifactory? I Know that Artifactory Pro can communicate with a Crowd Server ... but I couldn't get Artifactory to ...
0
votes
1answer
77 views

Can Artifactory connect to a secure Amazon S3 bucket?

Can Artifactory proxy to a secure Amazon S3 bucket? We are hosting some static libraries on S3, but we want to keep them secure. Is there a plugin or built-in way for Artifactory to use the Access ...
0
votes
1answer
92 views

Reusing Artifactory's maven repo

I'm trying to figure out if its possible to reuse Artifactory's maven repo on the local machine where the Artifactory server is running. The following details what I am trying to do. I have a server ...
0
votes
1answer
59 views

Get build number/date from artifact when building with maven

I use maven to build some projects which are installed into local .m2 and a remote artifactory repository. I have another project that downloads (maven-dependency-plugin:copy) some of these artifacts ...
0
votes
1answer
44 views

How to access a custom jar file from artifactory

When I am deploying a custom jar file i.e. name1.3.jar as maven artifact, it changes the jar name with name1.3-name1.3.jar, I really don't want to change the name, so I un-checked the "Deploy as maven ...
0
votes
2answers
388 views

how do I download the latest artifact from artifactory? [closed]

I need the latest artifact(f.e. a snapshot) from a repository in Artifactory. This artifact needs to be copied to a server (linux) via a script. What are the options? Something like wget / scp? And ...
1
vote
2answers
71 views

Point of Artifact Repositories For Internal Code

Imagine for a cloud based solution, a good portion of the deployed code is developed internally. My question is what is the point of using an Artifact Repository for internal code where you could ...
1
vote
3answers
106 views

Does Artifactory support a concept of SNAPSHOT artifact expiration?

I am using Artifactory to support an enterprise multi-module project. Often, we change the names of modules and the associated dependencies in POM files are not updated to use the new module name. ...
2
votes
2answers
402 views

continuous delivery with puppet and artifactory

I have Jenkins, Artifactory and 3 environments (development, test and production). When a developer commits something from the development-environment it's compiled and tested in the ...
0
votes
0answers
42 views

create new user in artifactory - create button not involved - file data/index null

im trying to create a new user in artifactory (version 2.6.3; admin->security->users). when i click "OK" in the dialog "new user" to create one, nothing happens (except when the password is wrong or I ...
0
votes
1answer
39 views

artifactory webinterface doesnt show properly

I installed artifactory (2.6.5) at a linux server. Started it and now i want to configure some stuff over the webinterface. But the webinterface doesnt look like it should. Only thing I edit after ...
0
votes
2answers
50 views

Looking for a solution for publishing a release/download “page” from Artifactory

Let's say we have: Physical product development (i.e. not a web site/war deployment where continuous delivery is appropriate but a product with manually installed/upgraded software packages that ...
7
votes
2answers
515 views

dependency resolution configuraion in Artifactory

Recently we started to work with Artifactory. We configured settings.xml as Artifactory proposed. However we have problems downloading jars while running "mvn compile", even if they appear in ...

1 2 3 4