i am using开发者_JS百科 artifactory 2.3.4.1 on tomcat 6 and sometimes when i am deploying or deleting from artifactory
We have to setup new build environments regularily, and the process seems not so simple. Today I have got a new build machine, and the first Maven build was so slow, that I wanted to clarify why the p
I know that artifactory uses checksum based storag开发者_运维知识库e and will only store one copy of an artifact even if I upload multiple identical ones under different names.
Apologies if this is obvious to everyone else... I\'ve deployed the Artifactory war file within tomcat6 and started the server: all looks great.
I am trying to deploy a zip file to a remote inhouse maven repo.(artifactory integrated into hudson).
I\'ve been facing this error fro quite a while now. Without being able to trace it back in time pr开发者_如何学运维ecisely, I feel it dates back from the switch to maven3.
In a Java world where people use Maven/Ivy to manage dependencies, how should one maintain multiple environments/repositories (artifactory) for production and development environments?
We use Artifactory for our company\'s Maven开发者_开发知识库 repository.Is there a way to set it up (or set Maven up) so that an artifact can\'t be deployed to the repository if there is a pre-existin
In maven 3 we can separate the dependent artifacts for projects and plugins. What is the best way to do this with a repo manager (nexus ...) if you have proxied and hosted repos? Any examples how def
I am trying to use the Ivy plugin (http://wiki.jenkins-ci.org/display/JENKINS/Ivy+Plugin) and the Artifactory plugin (http://wiki.jenkins-ci.org/display/JENKINS/Artifactory+Plugin).