将 Spring 社交模块上传到 public Maven 存储库的过程

Process to upload a Spring Social module to a public Maven repository

我们开发了 a Spring Social ORCID module on GitHub, as an extension to Spring Social that enables integration with ORCID. I've also added it to the Spring Social API providers' list

想知道是否可以将工件上传到 public Maven 存储库,例如 https://mvnrepository.com/artifact/org.springframework.social/spring-social-orcid,类似于 Spring 社交 Facebook: https://mvnrepository.com/artifact/org.springframework.social/spring-social-facebook?

我担心的是,由于这个 Spring Social ORCID 模块到目前为止是我的个人项目,想知道我是否可以使用 Maven groupID

org.springframework.social

在 Spring 社会项目的某人批准之前?

仅供参考:来自 sonatype.org

的回复

groupId org.springframework 下的工件必须得到 Pivotal 代表的明确批准。如果你想在未经他们批准的情况下将你的工件发布到 Maven Central,你将不得不选择一个不同的 groupId。