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 /sonar-core | |
parent | d26db95b948a1a52eb331e6bab06688858b8ad42 (diff) | |
download | sonarqube-3b7fc82e33626a31778ea2402505a5f2cac42bfe.tar.gz sonarqube-3b7fc82e33626a31778ea2402505a5f2cac42bfe.zip |
SONAR-15519 fix Maven tutorial + doc
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index a18b98ed2e8..5526901a69d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3578,7 +3578,6 @@ onboarding.tutorial.choose_method.azure-pipelines=With Azure Pipelines onboarding.tutorial.choose_method.bitbucket-pipelines=With Bitbucket Pipelines -onboarding.tutorial.with.yaml.maven.pom=Update your {pom} file with the following properties: onboarding.tutorial.with.yaml.gradle=Update your {gradle} file with the {sq} plugin and it's configuration: @@ -3823,7 +3822,6 @@ onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence=Click {add_webhoo onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence.add_webhook=Add webhook onboarding.tutorial.with.jenkins.jenkinsfile.title=Create a Jenkinsfile onboarding.tutorial.with.jenkins.jenkinsfile.jenkinsfile_step.sentence=Create a {file} file in your repository and paste the following code: -onboarding.tutorial.with.jenkins.jenkinsfile.maven.step2.sentence=Add the following to your {file} file: onboarding.tutorial.with.jenkins.jenkinsfile.maven.step3.replace.sentence=Make sure to replace {default} with the name you gave to your Maven tool {in_jenkins}. onboarding.tutorial.with.jenkins.jenkinsfile.maven.step3.replace.sentence.default=Default Maven onboarding.tutorial.with.jenkins.jenkinsfile.maven.step3.replace.sentence.in_jenkins=in Jenkins |