SonarScan after making changes in the pom file locally

I have been given access to a project in the git. I have to make a change in the POM file and then scan the project with sonarqube enterprise edition. After I make the change locally how will i scan it?
Do i have to install sonar scanner separately or do i need to have an IDE to build the project, so the scan results are shown in the sonarqube dashboard?

Hi @sankhadeep.dutta,

I am assuming your project is build with Maven, the common way to start the analysis, is to use our SonarScanner for Maven. You will find the documentation here.

Malena

1 Like