# maven-basic **Repository Path**: nina_test_0/maven-basic ## Basic Information - **Project Name**: maven-basic - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-20 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Basic Maven Example This simple Maven project is importing JaCoCo's coverage report. For multi-module project example see [multi-module Maven project](../maven-multimodule/README.md) ## Usage * Build the project, execute all the tests and analyze the project with SonarQube Scanner for Maven(from root of the project): ```shell mvn clean verify sonar:sonar ``` ## Documentation [SonarScanner for Maven](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/)