Maven - how/where to publish artifacts

我的未来我决定 提交于 2019-12-23 09:02:15

问题


I have open-sourced some of my projects. I'd like to publish the artifacts in a common place. If I don't have to host my own repository, that would be ideal, otherwise I will have to setup my own instance of Nexus (or other repository that you recommend).

Can I publish artifacts to Maven Central? What process do I need to follow to get them there?


回答1:


Yes you can, especially if it is an open source project. Here is some info:

http://central.sonatype.org/pages/ossrh-guide.html



来源:https://stackoverflow.com/questions/3266519/maven-how-where-to-publish-artifacts

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