Emma Maven Plugin

Maven Central

emma-maven-plugin is a maven plugin for emma. You can visit http://emma.sourceforge.net/ for further information of emma.

What are the differences between emma-maven-plugin and maven-emma-plugin

maven-emma-plugin(http://emma.sourceforge.net/maven-emma-plugin/) is for Maven 1.x, and emma-maven-plugin is for Maven 2.0+

What are the differences between this fork and origin emma-maven-plugin?

  • Fix the encoding problem when source code uses no-ascii charset.
  • Uploading this plugin to maven center repositories, so it is more easier to use.
  • I will update this plugin promptly.

How to Use

Add the below content to your <project><reporting><plugins> node of pom.xml. You can find latest ${emma-maven-plugin-version} from https://search.maven.org/

    <plugin>
        <groupId>com.github.jiangxincode</groupId>
        <artifactId>emma-maven-plugin</artifactId>
        <version>${emma-maven-plugin-version}</version>
    </plugin>

You can see the example from my another project: https://jiangxincode.github.io/ApkToolBoxGUI/emma/index.html

License