From 353f06ad29b26ffdac7eaeb7756607a57863fd5b Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Thu, 7 Feb 2019 10:36:42 -0500 Subject: [PATCH] DOCS drop jacoco from main analysis params list Now that we have a dedicated page to list all the coverage import parameters, let's drop the single one that had made it into the main list. --- server/sonar-docs/src/pages/analysis/analysis-parameters.md | 1 - 1 file changed, 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index f84e87efc5f..f88bbbbe2b1 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -73,7 +73,6 @@ Key | Description | Default `sonar.scm.provider` | This property can be used to explicitly tell {instance} which SCM plugin should be used to grab SCM data on the project (in case auto-detection does not work). The value of this property is always lowercase and depends on the plugin (ex. "tfvc" for the TFVC plugin). Check the documentation page of each plugin for more. | `sonar.scm.forceReloadAll` | By default, blame information is only retrieved for changed files. Set this property to `true` to load blame information for all files. This can be useful is you feel that some SCM data is outdated but {instance} does not get the latest information from the SCM engine. | `sonar.scm.exclusions.disabled`| For supported engines, files ignored by the SCM, i.e. files listed in `.gitignore`, will automatically be ignored by analysis too. Set this property to `true` to disable that feature.| -`sonar.coverage.jacoco.xmlReportPaths` | Import JaCoCo code coverage reports provided as XML files. This property accepts multiple, comma-delimited entries. The JaCoCo XML report must be generated prior to analysis. | `target/site/jacoco/jacoco.xml` `build/reports/jacoco/test/jacocoTestReport.xml` | ### Duplications -- 2.39.5