What I am trying to achieve is integrate SonarQube analysis into the build process, so that whenever mvn clean install is run, the code is analyzed with SonarQu
mvn clean install
IMO, this is just a Maven configuration issue, you're missing the false element on the execution of sonar:sonar:
false
sonar:sonar
org.codehaus.mojo sonar-maven-plugin 2.5 verify sonar false