MVN

org.sonatype.tycho : tycho-emma-coverage-plugin

Maven & Gradle

Apr 12, 2011
1 usages

Tycho Emma Coverage Plugin · Emma plugin for OSGi test to enable code coverage.

<plugin>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>tycho-emma-coverage-plugin</artifactId>
    <version>0.11.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.0

All Versions

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

Version Vulnerabilities Updated
0.11.x
tycho-emma-coverage-plugin-0.11.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.sonatype.tycho</groupId>
    <artifactId>tycho-emma-coverage-plugin</artifactId>
    <version>0.11.0</version>
</plugin>