IntelliJ IDEA Open API and Plugin Development Is Deprecated. Join our JetBrains Platform Community.

How to enable auto update feature which are in our custom plugin repository

已计划

Hi team,

We have developed a Plugin and deployed in our own repository and added the plugin url(https://xyz.com/my-plugin-0.0.1) to updatePlugins.xml file and we have given the url (https://xyz.com/update-my-plugin) of updatePlugins.xml to the users. Everyone able to install and work with the plugin.

 

Later then we have added new functionalities to the plugin and now the current url is https://xyz.com/my-plugin-0.0.2. We have updated this url in the same updatePlugins.xml file which is located at https://xyz.com/update-my-plugin.

By default, Intellij will check updates for every 24hrs...So I just seen next day in my system whether the plugin got updated or not.
Just the Plugin name has been updated means i am able to see it is pointing to the 2nd version (https://xyz.com/my-plugin-0.0.2) but the functionalities hasn't been  updated. 

Later I unistalled the plugin and installed then it is taking the new functionalities but I dont want this, It should automatically update.

I have tried in 2 to 3 different systems but the result is the same.

Please help me to achieve the auto update feature for my plugin.

Thanks,
Sai Nikhil

1

We have the same problem,Is there a solution?

 

0

Please double check your custom XML conforms exactly as described here https://plugins.jetbrains.com/docs/intellij/custom-plugin-repository.html

If it still doesn't want, please create issue here https://youtrack.jetbrains.com/issues/IDEA and attach your XML and specify exact IDE environment to reproduce. Thanks.

0

请先登录再写评论。