Publish a library to maven repositories

前端 未结 3 1317
猫巷女王i
猫巷女王i 2021-01-31 10:21

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 file

3条回答
  •  悲&欢浪女
    2021-01-31 10:29

    If you want reliable access for everyone out there, you need to stick with central. Due to the tendency of people at dev.java.net to break rules about the immutability of released artifacts, some people don't trust it. Further, it can be Very Slow.

    To get your project into central, you need have your code in some public repo that they can sync from.

提交回复
热议问题