Removing an artifact from Maven Central

前端 未结 5 1652
孤独总比滥情好
孤独总比滥情好 2020-12-05 23:23

I just sync\'d an artifact to Maven Central from oss.sonatype.org. Immediately after doing so, a problem was discovered (of course). I haven\'t announced the new artifact

5条回答
  •  旧巷少年郎
    2020-12-06 00:12

    If you accidentally distributed an artifact which does not work or has bug or whatever the usual solution in Maven is to create a new version which fixes the problems. That's it. Deleting in Maven Central is not be done and shouldn't ever happen.

提交回复
热议问题