Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 523 Bytes

File metadata and controls

13 lines (10 loc) · 523 Bytes

Basic Maven Example

This simple Maven project is importing JaCoCo's coverage report. For multi-module project example see multi-module Maven project

Usage

  • Build the project, execute all the tests and analyze the project with SonarScanner for Maven (from the root of the project):
    mvn clean verify sonar:sonar

Documentation

SonarScanner for Maven