After running sonar scanner I cannot see source code of git repository. The project and scan completes successfully. Are additional configuration parameters required other than in the configuration where the git repository is located to see the code?
Here is the configuration for the sonar-scanner
sonar.host.url=http://ci:9000
sonar.projectKey=Test
sonar.projectName=Test
sonar.projectVersion=0.4
sonar.sources=/opt/test/git/test/
sonar.language=java