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
Key | Description | Default |
---|---|---|
| The path to the Meterian JSON report, generated as part of the analysis |
Optional properties
Key | Description | Default |
---|---|---|
| The severity level to use when filing stability issues for patch updates | MINOR |
| The severity level to use when filing stability issues for minor updates | None (disabled) |
| The severity level to use when filing stability issues for major updates | None (disabled) |
Last updated