]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS drop jacoco from main analysis params list
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Thu, 7 Feb 2019 15:36:42 +0000 (10:36 -0500)
committersonartech <sonartech@sonarsource.com>
Mon, 11 Feb 2019 08:11:45 +0000 (09:11 +0100)
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

index f84e87efc5f053c5595f22fcbaf4306615631fee..f88bbbbe2b1caa69b4714d492f46022517d85638 100644 (file)
@@ -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