SonarQube with Maven Integration: Quality Gates, Profiles, and Administration
1. SonarQube Flow
First, when you run the command: mvn sonar:sonar
Now, Sonar Scanner starts working: It scans the source code of your project.
It checks:
What type of code (Java, Python, etc.)
What quality issues are there (bugs, smells, etc.)
...
kkdevops.hashnode.dev9 min read
Kanike Vishnuvardhan
Thank you Niranjan. Blog is really excellent.