Cobertura Maven Plugin

This plugin provides the features of Cobertura within the Maven 2 environment.

The report generated by this plugin is the result of executing the Cobertura tool against your compiled classes to help you determine how well the unit testing efforts have been, and can then be used to identify which parts of your Java program are lacking test coverage.

Goals Overview

Usage

Instructions on how to use the Cobertura Maven Plugin can be found here.

Examples

To provide you with better understanding of some usages of the Cobertura Maven Plugin, you can take a look into the following example: