Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 763 Bytes

cerreal-maven-plugin

A maven reporting plugin for displaying the unit test and code coverage results obtained using ccl-maven-plugin.

Usage

  <reporting>
    <plugins>
      <plugin>
        <groupId>com.cerner.ccl.testing</groupId>
        <artifactId>cerreal-maven-plugin</artifactId>
        <version>2.3</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </reporting>

Configuration Options

Execute mvn help:describe -DgroupId=com.cerner.ccl.testing -DartifactId=cerreal-maven-plugin -Ddetail=true for a description of all available parameters.

ccl-includeTestCaseSourceCoverage=false to skip the generation and display of coverage data for unit test case source files.