I am trying to configure Jenkins+Maven+SonarQube as described in the documentation on http://docs.sonarqube.org/display/SONAR/Triggering+SonarQube+on+Jenkins+Job#TriggeringSonarQubeonJenkinsJob-TriggeringaProjectAnalysiswithMaven
I installed the Sonar plugin (2.1) in Jenkins (1.570) - curiously, the plugin is called Sonar and not SonarQube as described on https://wiki.jenkins-ci.org/display/JENKINS/Plugins
I configured the plugin as described on http://docs.sonarqube.org/display/SONAR/Configuring+SonarQube+Jenkins+Plugin. I did not configure sonar-runner because I will not be using that, I will trigger all my analysis with Maven.
Now if I configure a Maven job, I do not have "Sonar" as a post-build action. I only have "Invoke Standalone Sonar Analysis", which is a sonar-runner, which I do not want.
What am I missing here?