Issue
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.
Solution
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.
Answered By - Raghuram