How to Deploy my Open Source Projects using Maven's Central Repository? [closed]

喜夏-厌秋 提交于 2019-12-02 16:40:51

As Domi mentiones, the easiest way is to use Sonatype's free hosting because to get your artifacts to Maven Central you must first upload them to an "approved forge" - such as Sonatype.

I've written a short guide that describes how to get started with Sonatype whether you use Maven or not to build your OSS project. They have their own guide but it isn't as clear as it should, so I've added those missing bits to my post and I link to the original guide where appropriate. Check http://theholyjava.wordpress.com/2010/02/07/releasing-a-project-to-maven-centr/

Have a look at this blog post: http://www.yegor256.com/2014/08/19/how-to-release-to-maven-central.html

It explains how you can configure your project once and deploy to Maven Central in a single click. Rultor.com, a DevOps assistant is involved, and it's free for both commercial and open source projects.

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