This documentation relates to Clover 3.1.x
If you are using an earlier version, please view the previous versions of the Clover documentation and select the relevant version.
Skip to end of metadata
Go to start of metadata

This page contains instructions on how to use Clover with the maven-bundle-plugin.

The following configuration is required to ensure that the clover.jar and any instrumented source files are ignored by the maven-bundle-plugin.

Procedure

Carry out the following steps.

  1. Make the bundle plugin process instrument the class files correctly
  2. Ensure the Clover artifact is not embedded in the bundle.

Example

Here, we are configuring pom.xml for the maven-bundle-plugin:

Labels: