diff options
author | BenoƮt Gianinetti <benoit.gianinetti@sonarsource.com> | 2019-03-14 15:07:47 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:28 +0100 |
commit | 0bc8757a169ea48a058655d1c9fff017482b6550 (patch) | |
tree | 206e70f4a6033155c140516492affed3838d7116 /server | |
parent | e9417f72b362c8a2b754121b5da40cd3c15e604e (diff) | |
download | sonarqube-0bc8757a169ea48a058655d1c9fff017482b6550.tar.gz sonarqube-0bc8757a169ea48a058655d1c9fff017482b6550.zip |
SONAR-11449 Drop deprecated property sonar.language
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/analysis-parameters.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index 42ea1f02e89..a73703a23e6 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -99,7 +99,6 @@ Key | Description | Default Key | Description ---|----|--- `sonar.branch` **![](/images/cross.svg)Deprecated since SQ 6.7** | _The Developer Edition provides fuller-featured branch functionality._ Manage SCM branches. Two branches of the same project are considered to be different projects in SonarQube. As a consequence issues found in a project A in a branch B1 are not linked to issues found for this project A in a branch B2. There is no way to automatically resolve issues from B2 when they are resolved in B1 as again A-B1 & A-B2 are considered separated projects. -`sonar.language` **![](/images/cross.svg)Deprecated since SQ 4.5** | Set the language of the source code to analyze. Browse the Plugin Library page to get the list of all available languages. If not set, a multi-language analysis will be triggered. -`sonar.profile` **![](/images/cross.svg)Deprecated since SQ 4.5** | Override the profile to be used. This should be set on a per-language basis through the UI instead. +`sonar.profile` **![](/images/cross.svg)Deprecated since SQ 4.5** | Override the profile to be used. This should be set on a per-langauge basis through the UI instead. `sonar.links.scm_dev` **![](/images/cross.svg)Deprecated since SQ 7.1** | Developer connection. | `<scm><developerConnection>` for Maven projects <!-- /sonarqube --> |