Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install sonarlint plugin in eclipse offline

I have some systems, due to security issues we have kept them without internet. How do we install sonarlint plugin in eclipse offline on them? What are manual steps to install? From where we download this jar?

like image 251
TPS Avatar asked Jul 24 '18 09:07

TPS


People also ask

How do I enable SonarLint rules in Eclipse?

Open the “SonarLint Bindings” view in Eclipse, right click on your connection, and click “Update all projects bindings”. I know the root cause. It is because these rules are default not activated. I shoud copy the built-in profile and activate them, then Update All Project Bindings from SonarLint.

Can we download SonarLint report in Eclipse?

I asked this question on official SonarLint forum and got to know that it is not possible. Suggested to use SonarQube / SonarCloud tool for reporting purpose. You could just right click on an issue , select all, then right click copy and paste them where required..

Is SonarLint a plugin?

SonarLint is a free IDE plugin available to install from your IDE marketplace.


2 Answers

From another post...

  1. Download your plugin
  2. Open Eclipse
  3. From the menu choose: Help / Install New Software...
  4. Click the Add button
  5. In the Add Repository dialog that appears, click the Archive button next to the Location field
  6. Select your plugin file, click OK

You could also just copy plugins to the eclipse/plugins directory, but it's not recommended.

like image 86
Rodrigo Del Angel Hurtado Avatar answered Oct 11 '22 21:10

Rodrigo Del Angel Hurtado


For offline installation and older versions see the update site archive at https://bintray.com/sonarsource/SonarLint-for-Eclipse/releases

like image 34
codiacTushki Avatar answered Oct 11 '22 20:10

codiacTushki