Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA - How to disable automatic plugin update

Whenever you hit 'the check for update' button, IntelliJ checks for IDE update and starts by checking and updating all your active plugins.

The point is that I use a pretty crooked plugin which only works for me in an old version (a release from last year). To be more specific, I'm talking about 'QA Plug PMD' which is not compatible with my imported sonar rules in its last version. Actually, QA Plug PMD's last version is based on PMD 5.0.x and I need QA Plug PMD's 2012 version which is based on PMD 4.3.

In summary, when the QA Plug PMD plugin gets updated, my coding rules are all reseted because the plugin is not backwards-compatible.

That being said, I need to know if there's a way I can tell IntelliJ not to care about this specific plugin during its update process and leave it alone :)

like image 667
Saad Benbouzid Avatar asked Jun 11 '13 08:06

Saad Benbouzid


People also ask

Do plugins update automatically?

Enable auto-updates for pluginsFor each plugin, there is an “Automatic update” column with an action link used to enable/disable auto-updates plugin by plugin. Click on this action link to enable auto-updates for each specific plugin. Once enabled, auto-updates can be disabled at any time, using the same toggle link.


1 Answers

Goto File -> Setting -> Appearance& Behaviour>System Setting-> Updates->Uncheck the Automatic uppadte checkbox.

Tada.. Done.

Danke, Rahul

like image 158
rahulnikhare Avatar answered Sep 19 '22 18:09

rahulnikhare