emma-maven-plugin
is a maven plugin for emma
. You can visit http://emma.sourceforge.net/ for further information of emma
.
maven-emma-plugin
(http://emma.sourceforge.net/maven-emma-plugin/) is for Maven 1.x, and emma-maven-plugin
is for Maven 2.0+
- 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.
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