# jacoco-maven-examples **Repository Path**: ricklowe/jacoco-maven-examples ## Basic Information - **Project Name**: jacoco-maven-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JaCoCo Maven Examples for Different JVM Languages ================================================= Collection of Maven example projects for different Java VM languages with JaCoCo code coverage. Each project contains a simple _Hello World_ snippet and a corresponding unit test. It can be build with with mvn clean package The coverage report is generated at `target/site/jacoco/`. License ------- The examples and the accompanying materials are made available under the terms of the [Eclipse Public License v1.0](http://www.eclipse.org/legal/epl-v10.html).