问题描述
我有一个稳定的,并且想知道如何(如果)我可以发布我的lib maven官方存储库,所以人们可以将它包含在他们的 pom.xml
文件中,并获得自动下载的依赖。
I have a stable opensource library and was wondering how (and if) I can publish my lib to maven official repositories so people can include it in their pom.xml
files and get the dependency downloaded automatically.
The process to get your library in the central repostiory is documented in the Guide to uploading artifacts to the Central Repository. In short, the new process is to get your project hosted by one of the approved Forges that will be synced with central, the Maven folks don't rsync personal repository anymore. In your case, your best bet would be to use the Sonatype Forge (open to any OSS Project). Check the given link (and also this document).
这篇关于将库发布到maven仓库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!