diff options
author | BenoƮt Gianinetti <benoit.gianinetti@sonarsource.com> | 2019-03-14 17:42:49 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:28 +0100 |
commit | 6536b2a4555a65e2bdcacb59062dbedbaa1ab551 (patch) | |
tree | 4c4180618fe2c92e64780224a2f93af13c5c8513 /server/sonar-docs/src/pages/analysis | |
parent | 0bc8757a169ea48a058655d1c9fff017482b6550 (diff) | |
download | sonarqube-6536b2a4555a65e2bdcacb59062dbedbaa1ab551.tar.gz sonarqube-6536b2a4555a65e2bdcacb59062dbedbaa1ab551.zip |
SONAR-11449 Drop deprecated property sonar.profile
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/analysis-parameters.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index a73703a23e6..0930afe6728 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -99,6 +99,5 @@ 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.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 --> |