Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Multilingual Maven Example

This simple Maven project is importing JaCoCo's coverage report for Java and Kotlin sources in one module. For multi-module project example see multi-module Maven project

Usage

  • Build the project, execute all the tests and analyze the project with SonarQube Scanner for Maven(from root of the project):

      mvn clean verify sonar:sonar
    

Documentation

SonarScanner for Maven