This example demonstrates how to analyze a simple Java Maven project. Thanks to https://github.com/sandeepvalapi.
- SonarQube 4.5+
- SonarQube Java Plugin 3.13.1+
- Maven 2.2.1 or higher
-
Build the project:
mvn clean install
-
Analyze it with SonarQube using Apache Maven:
mvn sonar:sonar