SonarQube™ is an open source platform for Continuous Inspection of code quality. The Maven Plugin triggers the code analyzers.
From SonarQube / Documentation / Documentation / … / Analyzing with Maven
Analyzing a Maven project consists of running a Maven goal: sonar:sonar in the directory where the pom.xml file sits.
The Maven Plugin triggers the code analyzers.