By any chance is there a way to have all the mandatory parameters such as project key , project name and version in SonarQube.Analysis.xml ?
Asked
Active
Viewed 654 times
1 Answers
1
SonarQube.Analysis.xml
is the global scanner configuration. If you are analyzing several solutions you'll share the same scanner installation. That's why putting projectKey/version/name in SonarQube.Analysis.xml
would not be a good idea.
Note that starting from SonarQube 6.1 + Scanner for MSBuild 2.2 (should be released soon), project name and version are now optional.

Julien H. - SonarSource Team
- 5,212
- 1
- 19
- 25