简体   繁体   English

如何从Maven JCenter中删除我的库?

[英]How can I remove my library from Maven JCenter?

I have uploaded my android library on https://bintray.com and linked it with Jcenter repository http://jcenter.bintray.com/ . 我已经将我的Android库上传到https://bintray.com ,并将其与Jcenter存储库http://jcenter.bintray.com/链接了。 Now I want to remove this library from JCenter repository. 现在,我想从JCenter存储库中删除该库。 How can I do this? 我怎样才能做到这一点?

Unlink a package from JCenter is available only for paying customers, OSS users can't unlink a package from JCenter. 从JCenter取消链接软件包仅适用于付费客户,OSS用户无法从JCenter取消链接软件包。

In case you want to remove your package from Jcenter you only need to unlink your package. 如果您想从Jcenter中删除软件包,则只​​需取消链接即可。
Enter your package, click on "Un-Link" button and then choose Jcenter. 输入您的软件包,单击“取消链接”按钮,然后选择Jcenter。

However, important information you need to know about deleting content (taken from Bintray User Manual ) 但是,您需要了解有关删除内容的重要信息(摘自Bintray 用户手册

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. 注意:如果您的软件包已链接到其他人的存储库,然后又删除了该软件包,则Bintray将自动创建此软件包的副本。 This means that even though the data was deleted, the data still exists in another version somewhere . 这意味着,即使删除了数据 ,该数据仍然存在于另一个版本中

I am with JFrog , the company behind 我和背后的公司JFrog在一起 and .

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM