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
- Host: GitHub
- URL: https://github.com/kunchalavikram1427/maven-sonarqube
- Owner: kunchalavikram1427
- Created: 2022-02-05T09:46:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T09:49:26.000Z (over 3 years ago)
- Last Synced: 2025-03-05T04:42:57.689Z (8 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)