How can I remove my library from Maven JCenter?

2019-07-28 06:19发布

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条回答
We Are One
2楼-- · 2019-07-28 06:34

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 and .

enter image description here

查看更多
登录 后发表回答