MVN

org.codehaus.mojo : emma-maven-plugin

Maven & Gradle

Dec 28, 2010

Emma Maven Plugin · EMMA plugin for Maven 2. Measures test code coverage using EMMA.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>emma-maven-plugin</artifactId>
    <version>1.0-alpha-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : emma-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-3
  • Latest Alpha: 1.0-alpha-3

All Versions

Choose a version of org.codehaus.mojo : emma-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
emma-maven-plugin-1.0-alpha-3
emma-maven-plugin-1.0-alpha-2
emma-maven-plugin-1.0-alpha-1

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.codehaus.mojo</groupId>
    <artifactId>emma-maven-plugin</artifactId>
    <version>1.0-alpha-3</version>
</plugin>