I have following situation - in Teamcity I set up two builds for sonar
- First - by use of
maven sonar:sonar
- 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?