3

I have following situation - in Teamcity I set up two builds for sonar

  1. First - by use of maven sonar:sonar
  2. Second - with special teamcity step "SonarQube"

In the second case I see in sonar logs that it run Jacoco sensors, but in the first case, when running from maven, Jacoco sensors did not start.

So, I have a general question about this situation - who controls which sensors will be started for a build? Is it some environment variables that I should setup for maven, or is it somehow controled by SonarQube server?

Godin
  • 9,801
  • 2
  • 39
  • 76
nahab
  • 1,308
  • 17
  • 38