diff options
author | guillaume-peoch-sonarsource <91735163+guillaume-peoch-sonarsource@users.noreply.github.com> | 2021-11-04 09:58:24 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-11-04 20:03:24 +0000 |
commit | 3b7fc82e33626a31778ea2402505a5f2cac42bfe (patch) | |
tree | aa89ea2867069408ef6ba3984c287840df933b64 /server/sonar-docs | |
parent | d26db95b948a1a52eb331e6bab06688858b8ad42 (diff) | |
download | sonarqube-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.md | 2 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/analysis/github-integration.md | 2 |
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: | |