Thanks Jesse. I did the same. The issue happened because jenkins documentation does not talk about the artifact-id to be defined in a way that artifact-id + '-plugin' will get mapped to your repo in Jenkins account.
- Varun On Fri, Aug 8, 2014 at 5:48 PM, Jesse Glick <[email protected]> wrote: > 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 a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/13EcY8t8KLQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.
