Install sonarlint plugin in eclipse offline

TPS picture TPS · Jul 24, 2018 · Viewed 14.3k times · Source

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?

Answer

Rodrigo Del Angel Hurtado picture Rodrigo Del Angel Hurtado · Jan 15, 2019

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.