aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>2022-09-16 11:26:57 +0100
committersonartech <sonartech@sonarsource.com>2022-09-16 20:03:13 +0000
commitdcc6a1c62033cec81c70f740fe3e7a7f745a3e79 (patch)
tree2d14211f6c88916dd27be7e5bbddf97191e2e55e
parent26638c09235a2ca3e5c32179f4de9c39771827eb (diff)
downloadsonarqube-dcc6a1c62033cec81c70f740fe3e7a7f745a3e79.tar.gz
sonarqube-dcc6a1c62033cec81c70f740fe3e7a7f745a3e79.zip
DOC-79 adding clarification on the SQ marketplace (#6628)
-rw-r--r--server/sonar-docs/src/pages/instance-administration/marketplace.md9
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