Changing URL of custom plugin repository
Answered
We have a Nexus 2 server serving up our plugin XML and our plugin which is working perfectly. We're migrating to Nexus 3 however, so the URL will change.
Is there any way I can release a new version of the plugin that can update its own repo URL?
Please sign in to leave a comment.
Hi Evan,
I don't see any API for updating existing repositories. You can contribute new URL with
com.intellij.ide.plugins.CustomPluginRepoContributor
.