> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/devops-integrations/sonarqube/plugin-properties.md).

# 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:&#x20;

* SonarQube UI
* Project configuration file `sonar-project.properties`
* SonarScanner command line parameter (in the `-Dproperty.name` format)

## Required properties

| Key                             | Description                                                             | Default |
| ------------------------------- | ----------------------------------------------------------------------- | ------- |
| `sonar.meterian.reportJsonPath` | The path to the Meterian JSON report, generated as part of the analysis |         |

##

## Optional properties

| Key                                            | Description                                                              | Default         |
| ---------------------------------------------- | ------------------------------------------------------------------------ | --------------- |
| `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) |
