DOC

org.jboss.errai : jacoco-gwt-maven-plugin

Maven & Gradle

Feb 14, 2012
3 stars

JaCoCo :: GWT Maven Plugin · The JaCoCo GWT Maven Plugin provides test coverage monitoring and reporting for GWTTestCase tests run under Maven. Based on the jacoco-maven-plugin project by Evgeny Mandrikov and Marc R. Hoffmann. Developed as part of the Errai framework.

Table Of Contents

Latest Version

Download org.jboss.errai : jacoco-gwt-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jboss.errai : jacoco-gwt-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file jacoco-gwt-maven-plugin-0.5.4.201202141554-javadoc.jar to jacoco-gwt-maven-plugin-0.5.4.201202141554-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jacoco-gwt-maven-plugin-0.5.4.201202141554-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 "jacoco-gwt-maven-plugin-0.5.4.201202141554-sources.jar" -d "jacoco-gwt-maven-plugin-0.5.4.201202141554-javadoc" -subpackages 

Advertisement