MVN

org.sonatype.maven.plugin : emma4it-maven-plugin

Maven & Gradle

Jun 12, 2009

emma4it Maven Mojo · A set of plugins to use emma on integration tests

<plugin>
    <groupId>org.sonatype.maven.plugin</groupId>
    <artifactId>emma4it-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.maven.plugin : emma4it-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.sonatype.maven.plugin : emma4it-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
emma4it-maven-plugin-1.3
1.2
emma4it-maven-plugin-1.2
1.0
emma4it-maven-plugin-1.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.maven.plugin</groupId>
    <artifactId>emma4it-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>