j

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.
https://github.com/errai/jacoco-gwt-maven-plugin
Eclipse Public License v1.0
JBoss, by Red Hat
Jonathan Fuerth Christian Sadilek
Files download
File Operation
jacoco-gwt-maven-plugin-0.5.4.201202141554.jar download
jacoco-gwt-maven-plugin-0.5.4.201202141554.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.errai</groupId>
  <artifactId>jacoco-gwt-maven-plugin</artifactId>
  <version>0.5.4.201202141554</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.errai:jacoco-gwt-maven-plugin:0.5.4.201202141554'
Gradle Kotlin
implementation("org.jboss.errai:jacoco-gwt-maven-plugin:0.5.4.201202141554")
Scala SBT
libraryDependencies += "org.jboss.errai" % "jacoco-gwt-maven-plugin" % "0.5.4.201202141554"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.errai', module='jacoco-gwt-maven-plugin', version='0.5.4.201202141554')
)
Apache Ivy
<dependency org="org.jboss.errai" name="jacoco-gwt-maven-plugin" rev="0.5.4.201202141554" />
Leiningen
[org.jboss.errai/jacoco-gwt-maven-plugin "0.5.4.201202141554"]
Apache Buildr
'org.jboss.errai:jacoco-gwt-maven-plugin:jar:0.5.4.201202141554'