You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@gmail.com> on 2008/10/04 17:12:04 UTC

[ANN] Emma Maven Plugin 1.0-alpha-1 released

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@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org