This example demonstrates how to analyze a simple Java Maven project.
- 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 Maven:
mvn sonar:sonar
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This example demonstrates how to analyze a simple Java Maven project.
Build the project:
mvn clean install
Analyze it with SonarQube using Maven:
mvn sonar:sonar