Author Login
Post Reply
The Mojo team is pleased to announce the release of the Emma Maven
Plugin, version 1.0-alpha-1.
This plugin allows measuring test coverage using the EMMA code coverage utility.
http://mojo.codehaus.org/emma-maven-plugin/
You can run mvn -up to get the latest version of the plugin, or specify
the version in your project's plugin configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
</plugin>
Release Notes - Maven 2.x Emma Plugin - Version 1.0-alpha-1
** Bug
* [MOJO-1234] - Emma Documentation is incorrect
* [MOJO-1135] - The PluginDescriptor for the plugin Plugin
[emma:maven-emma-plugin] was not found.
** Enhancements
* [MOJO-1174] - Add german localization
* [MOJO-1068] - Emma maven2 plugin use api to invoke emma tasks
Enjoy,
-The Mojo team
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)