An open API service indexing awesome lists of open source software.

https://github.com/kunchalavikram1427/maven-sonarqube

maven sonarqube example
https://github.com/kunchalavikram1427/maven-sonarqube

Last synced: 3 months ago
JSON representation

maven sonarqube example

Awesome Lists containing this project

README

          

# Basic Maven Example

This simple Maven project is importing JaCoCo's coverage report. For multi-module project example
see [multi-module Maven project](../maven-multimodule/README.md)

## Usage

* Build the project, execute all the tests and analyze the project with SonarQube Scanner for Maven(from root of the project):

```shell
mvn clean verify sonar:sonar
```

## Documentation

[SonarScanner for Maven](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/)