MVN

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.

<plugin>
    <groupId>org.jboss.errai</groupId>
    <artifactId>jacoco-gwt-maven-plugin</artifactId>
    <version>0.5.4.201202141554</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.errai : jacoco-gwt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.4.201202141554

All Versions

Choose a version of org.jboss.errai : jacoco-gwt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
jacoco-gwt-maven-plugin-0.5.4.201202141554

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.jboss.errai</groupId>
    <artifactId>jacoco-gwt-maven-plugin</artifactId>
    <version>0.5.4.201202141554</version>
</plugin>

Advertisement