DOC

com.tacitknowledge.maven.plugins : cobertura-checker

Maven & Gradle

May 14, 2013
0 stars

Cobertura XML Check Maven Plugin · The standard Cobertura maven plugin processes cobertura classes, not the XML report for threshold checks. This becomes a barrier when generating the cobertura report using tools like testacular, a coverage utility for Java Script. This plugin will parse the report and perform threshold checks. It targets the http://cobertura.sourceforge.net/xml/coverage-04.dtd

Table Of Contents

Latest Version

Download com.tacitknowledge.maven.plugins : cobertura-checker Javadoc & API Documentation - Latest Versions:

All Versions

Download com.tacitknowledge.maven.plugins : cobertura-checker Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file cobertura-checker-1.0.0-javadoc.jar to cobertura-checker-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cobertura-checker-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cobertura-checker-1.0.0-sources.jar" -d "cobertura-checker-1.0.0-javadoc" -subpackages