On Thu, Aug 7, 2014 at 11:40 PM, Varun Menon <[email protected]> wrote: > Is it possible someone can delete the plugin-id: "TestResultsAnalyzer" from > the maven repo and from the update center.
You cannot delete things from a Maven repository, and I do not think you can delete plugins from the update center either. Anyway someone might have installed the plugin under its original name. So you are stuck with both. The best I can think of is to release an update under the original name that indicates in its display name that it is deprecated and deletes all its content so it is harmless to have installed. Moral: never change a plugin name (artifactId ~ shortName) once released. (The groupId can be changed if you like.) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
