Hi Sonar Source team,
Must-share information (formatted with Markdown):
- which versions are you using (SonarQube 9.2.4, Plugin sonar-maven-plugin 3.9.1.2184)
- I am trying to do static code analysis on a Java project
- In my eclipse ide I have configured the maven settings.xml correctly and am doing the following:
mvn -X clean verify sonar:sonar -Dsonar.projectKey=xxxx
The git repo was created using the separate-git-dir option(git clone --separate-git-dir)
when i execute the mvn command, all files are excluded by the scm ignore settings.
When i clone the same git repo without the separate-git-dir, all files are properly analyzed.
Thanks,