Installing a plugin

Learn how to install a plugin in SonarQube Community Build.

There are two ways to install plugins in SonarQube Community Build:

  • Marketplace: You can automatically install plugins from the Administration > Marketplace tab. See Using Marketplace.

  • Manual Installation: You can manually install plugins if your SonarQube Community Build instance doesn’t have internet access, or if the plugin you’re installing isn’t in the SonarQube Marketplace.

If your SonarQube instance doesn’t have internet access, use the Plugin version matrix to see what plugins are available and which version is appropriate for your instance. Otherwise, you can use the Marketplace.

Manually installing a plugin

  • Download the plugin you want to install. The version needs to be compatible with your SonarQube version.

  • Put the downloaded jar in <sonarqubeHome>/extensions/plugins, and remove any previous versions of the same plugins.

  • Restart your SonarQube.

To verify the plugin installation, go to Administration > Marketplace.

Uninstalling a plugin

To uninstall a plugin:

  1. Delete the plugin from the <sonarqubeHome>/extensions/plugins folder.

  2. Restart your SonarQube.

Last updated

Was this helpful?