aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorguillaume-peoch-sonarsource <91735163+guillaume-peoch-sonarsource@users.noreply.github.com>2021-11-04 09:58:24 +0100
committersonartech <sonartech@sonarsource.com>2021-11-04 20:03:24 +0000
commit3b7fc82e33626a31778ea2402505a5f2cac42bfe (patch)
treeaa89ea2867069408ef6ba3984c287840df933b64 /server/sonar-docs
parentd26db95b948a1a52eb331e6bab06688858b8ad42 (diff)
downloadsonarqube-3b7fc82e33626a31778ea2402505a5f2cac42bfe.tar.gz
sonarqube-3b7fc82e33626a31778ea2402505a5f2cac42bfe.zip
SONAR-15519 fix Maven tutorial + doc
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md2
-rw-r--r--server/sonar-docs/src/pages/analysis/github-integration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
index c026454f20c..e663286cb37 100644
--- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
+++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
@@ -128,7 +128,7 @@ Click the scanner you're using below to expand the example configuration:
[[collapse]]
| ## SonarScanner for Maven
|
-| **Note:** A project key might have to be provided through a `pom.xml` file, or through the command line parameter. For more information, see the [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/) documentation.
+| **Note:** A project key might have to be provided through the command line parameter. For more information, see the [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/) documentation.
|
| Write the following in your `bitbucket-pipelines.yml`:
|
diff --git a/server/sonar-docs/src/pages/analysis/github-integration.md b/server/sonar-docs/src/pages/analysis/github-integration.md
index f6610b597c2..cf18c4abb35 100644
--- a/server/sonar-docs/src/pages/analysis/github-integration.md
+++ b/server/sonar-docs/src/pages/analysis/github-integration.md
@@ -119,7 +119,7 @@ Click the scanner you're using below to expand the example configuration:
[[collapse]]
| ## SonarScanner for Maven
|
-| **Note:** A project key might have to be provided through a `pom.xml` file, or through the command line parameter. For more information, see the [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/) documentation.
+| **Note:** A project key might have to be provided through the command line parameter. For more information, see the [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/) documentation.
|
| Write the following in your workflow YAML file:
|