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/