Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 393 Bytes

sonar.md

File metadata and controls

16 lines (11 loc) · 393 Bytes

Usage

Before you can analyse your project, you must launch sonar with the following command

docker compose -f src/main/docker/sonar.yml up -d

After that you can launch the analysis of your project with

./mvnw clean verify sonar:sonar

You can see the result at http://localhost:9001/

official documentation