How can I remove my library from Maven JCenter?

青春壹個敷衍的年華 提交于 2019-12-11 07:59:29

问题


I have uploaded my android library on https://bintray.com and linked it with Jcenter repository http://jcenter.bintray.com/. Now I want to remove this library from JCenter repository. How can I do this?


回答1:


Unlink a package from JCenter is available only for paying customers, OSS users can't unlink a package from JCenter.

In case you want to remove your package from Jcenter you only need to unlink your package.
Enter your package, click on "Un-Link" button and then choose Jcenter.

However, important information you need to know about deleting content (taken from Bintray User Manual)

An important note about deleting any material:: Any package, version or file you have published, may now be an integral part of someone else’s project and deleting them may damage their work (deleting unpublished files is not a problem since they are not visible to anyone else)

Note: if your package has been linked to someone else’s repository and then you delete the package, Bintray will automatically create a copy of this package. This means that even though the data was deleted, the data still exists in another version somewhere.

I am with JFrog, the company behind bintray and artifactory.



来源:https://stackoverflow.com/questions/44434644/how-can-i-remove-my-library-from-maven-jcenter

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