How to install an older Eclipse plugin of SonarLint

喜欢而已 提交于 2019-12-22 04:06:19

问题


Currently in the Eclipse Marketplace SonarLint is only available in the latest version (2.5.1). For a compatibility reason I need to have version (2.2.1).

How can i install an older version of my choice?


回答1:


Instead of using Eclipse Marketplace, use menu in Help → Install New Software. Add sonarlint URL:

http://eclipse.sonarlint.org/

and than uncheck "Show only the latest versions of available software".

You will see all available version of sonarlint. If you already have it installed with unexpected version, you need to uninstall it first in Help → Installation Details.




回答2:


I had exactly the same issue. Here is how I managed it:

  1. Ask Google for "sonarlint 2.1.0"

  2. You'll find a page link to 2.1.0 - Bintray

  3. You will be able to download a zip.

  4. Then, this stack will help you install the zip from your disk.

Hope it helps!




回答3:


The official zip files for legacy versions of SonarLint are here: https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/

After downloading the zip file, in Eclipse:

Help -> Install New Software -> Add -> Archive -> the zip file


来源:https://stackoverflow.com/questions/41749342/how-to-install-an-older-eclipse-plugin-of-sonarlint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!