diff options
Diffstat (limited to 'server/sonar-docs/src/pages/instance-administration')
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/marketplace.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/marketplace.md b/server/sonar-docs/src/pages/instance-administration/marketplace.md index da1952ef783..1cb78757e47 100644 --- a/server/sonar-docs/src/pages/instance-administration/marketplace.md +++ b/server/sonar-docs/src/pages/instance-administration/marketplace.md @@ -26,6 +26,9 @@ Install To view/install plugin updates, your SonarQube server needs internet access. Installations require the platform to be restarted before they take effect. +[[info]] +| sonarplugins.com is not endorsed by, affiliated with, maintained, authorized, or sponsored by Sonar. + ## Pending Operations When you perform an action in the Marketplace (install, update, or uninstall a plugin), a yellow banner appears at the top of the page showing pending operations that will be executed once SonarQube is restarted. Pending operations can be canceled until the server is restarted. @@ -59,4 +62,8 @@ http.proxyPort=<yout.proxy.port> http.proxyUser=<your.proxy.user> http.proxyPassword=<your.proxy.password> ``` -Note: the same properties can be used in the 'https.' form for HTTPS connections.
\ No newline at end of file +Note: the same properties can be used in the 'https.' form for HTTPS connections. + +## Deploying to the Marketplace + +If you have developed a SonarQube plugin, you can check out the [requirements](https://community.sonarsource.com/t/deploying-to-the-marketplace/35236) to add it to the marketplace in the [Plugin Development community](https://community.sonarsource.com/c/plugins/15).
\ No newline at end of file |