I have the following setup: Development server for continuous build with Hudson, Maven and Artifactory up and running.
I\'ve got a small Java project setup to build continuously through a Hudson server.I\'d like to publish the build artifacts to an Artifactory server as a post-build step so, naturally, I\'m using the
Intelliji Idea shiped with 3 free online repository in settings -> maven -> artifactory or nexus service url
With maven, I occasionally hit an artifact that comes from some 3rd-party repo that I haven\'t built or included in my repository yet.
I have an ivy.xml containing <dependencies> <dependency org=\"commons-lang\" name=\"commons-lang\" rev=\"2.4\"/>
I have artifactory setup on our local network, and we are currently looking to put alot of our projects onto a Hudson box for CI purposes.
In all of the artifact repository\'s that I\'ve evaluated I have to see how I can maintain my repository in such a way that I can archive old stuff so I\'m not looking at thousands of artifacts in the
I just added the hudson-artifactory plugin, and everything runmarvelously with Maven, but when I tried to build the project with gradle (I added the gradle plugin to hudson)