Plugin properties
Here is a comprehensive list of properties that the Meterian plugin adds to your SonarQube instance.
These Properties can be configured in multiple places:
SonarQube UI
Project configuration file
sonar-project.properties
SonarScanner command line parameter (in the
-Dproperty.name
format)
Required properties
sonar.meterian.reportJsonPath
The path to the Meterian JSON report, generated as part of the analysis
Optional properties
sonar.meterian.patchUpdateAlertSeverityLevel
The severity level to use when filing stability issues for patch updates
MINOR
sonar.meterian.minorUpdateAlertSeverityLevel
The severity level to use when filing stability issues for minor updates
None (disabled)
sonar.meterian.majorUpdateAlertSeverityLevel
The severity level to use when filing stability issues for major updates
None (disabled)
Last updated