7

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.

sorin
  • 161,544
  • 178
  • 535
  • 806
BalaB
  • 3,687
  • 9
  • 36
  • 58

1 Answers1

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.

dzikoysk
  • 1,560
  • 1
  • 15
  • 27
Raghuram
  • 51,854
  • 11
  • 110
  • 122
  • 1
    That 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
  • 4
    All 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