MVN

org.eclipse.tycho.extras : tycho-emma-coverage-plugin

Maven & Gradle

Sep 20, 2011

Tycho Emma Coverage Plugin (Incubation) · Maven plugin to measure code coverage in OSGi tests using EMMA

<plugin>
    <groupId>org.eclipse.tycho.extras</groupId>
    <artifactId>tycho-emma-coverage-plugin</artifactId>
    <version>0.13.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho.extras : tycho-emma-coverage-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of org.eclipse.tycho.extras : tycho-emma-coverage-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13.x
tycho-emma-coverage-plugin-0.13.0
0.12.x
tycho-emma-coverage-plugin-0.12.0

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.eclipse.tycho.extras</groupId>
    <artifactId>tycho-emma-coverage-plugin</artifactId>
    <version>0.13.0</version>
</plugin>