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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You have at least three choices that I know of
- Nexus
- Artifactory
- Apache Archiva
I have used all the three and each has pros and cons.
I would go with Nexus since it is backed by Sonatype who are also involved in maven development. I liked the Artifactory User Interface though
Both Nexus and Artifactory have supported professional editions as well.
These are linked from the maven site as well.
Found this Feature Matrix, which may be useful in deciding.