I am working on Automated Build using maven and Jenkins. I am looking for best open source Repository Management for Maven. So that I can have an integaration between Maven and jenkins via respository manager.
Asked
Active
Viewed 2,864 times
7
1 Answers
10
You have at least four choices:
Each has pros and cons. I'd go with Nexus since it is backed by Sonatype who are also involved in Maven development. I liked the Artifactory UI though. Both Nexus and Artifactory have supported professional editions as well.
These are linked from the maven site as well.
-
1That was really cool Thanks for the links
, I was really in need of this comparision.Thanks a lot raguram – BalaB Dec 07 '11 at 07:03 -
4All Codehaus services have now been terminated. See http://www.codehaus.org/ for details. A copy of the "Feature Matrix" can now be found here: http://binary-repositories-comparison.github.io/ – Robert Fey Jun 17 '15 at 14:32
-
The Matrix link from above is obsolete for today, but valuable real discussion can be found at https://stackoverflow.com/questions/364775/should-we-use-nexus-or-artifactory-for-a-maven-repo – WebComer Mar 31 '21 at 00:16