Best Repository Management for Maven

北城余情 提交于 2019-12-09 17:48:48

问题


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.



来源:https://stackoverflow.com/questions/8411297/best-repository-management-for-maven

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!