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.
Plugins are not provided by Sonar; therefore, you install them at your own risk. A SonarQube Community Build administrator needs to acknowledge this risk in the Marketplace before installing plugins or when prompted in SonarQube Community Build after installing a plugin manually.
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:
Delete the plugin from the
<sonarqubeHome>/extensions/plugins
folder.Restart your SonarQube.
Related pages
Starting / stopping server (ZIP installation)
Last updated
Was this helpful?