How to put a jar in mvnrepository.com?

半世苍凉 提交于 2021-02-08 12:18:00

问题


I created a small open source Java library LinkSet and I'd like to put it into mvnrepository.com.

How to do it? There is nothing like "upload/log in/sign in" link on this website :(


回答1:


Guide to uploading artifacts to the Central Repository




回答2:


As far as I know, mvnrepository is only linked to the Maven 2 central repository. This mean that it automatically retrieve new or updated libraries that are present in this repository.

In others words, your library must be present in the official repository to be listed in mvnrepository site.

Edit: The Tim answer will help you to find the procedure dedicated to the upload of your library in the central repository.



来源:https://stackoverflow.com/questions/2279057/how-to-put-a-jar-in-mvnrepository-com

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