Help with Enterprise Plugin Repository
Hello-
I am attempting to develop an IntelliJ IDEA plugin for an enterpise repository.
What can I do to enable automatic updates when I upgrade my plugin to a new version?
I think part of the problem is that when I add the url of the repository you see:
edu.oregonstate.cope.intellij.recorder not the name COPE Recorder.
Once it has been installed, then it has the correct name.
The reason this is a problem is that
updates are not identified, and in order to update the plugin, the user has to choose "install plugin" again.
Plugin after it has been installed, still prompts the user to install.
after install, correct name is used.
I have included the plugin.xml as well as the updatePlugins.xml.
Thanks so much for your help!
Michael
Attachment(s):
updatePlugins.xml
plugin.xml
Please sign in to leave a comment.
I have the same problem :-(