We want to use SonarQube with some CI tool in our project. Sonar Server url is configured in main pom.xml.
There are several team memebers in the project. So what happen when one team member executes sonar:sonar locally with his local changes, then another team member executes sonar:sonar with his local changes, and then someone executes sonar:sonar from CI tool (it is configured to analyse source code in Git repository)?
Will SonarQube display issues related team members local changes? What if there are differences between team members local source code and source code in Git repository?