The Mojo team is pleased to announce the release of the Rmic Maven Plugin
version 1.0.

http://mojo.codehaus.org/rmic-maven-plugin/

This is the first stable release and fixes a few issues from the previous beta.

To get this update, simply specify the version in your project's plugin
configuration:

 <plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>rmic-maven-plugin</artifactId>
   <version>1.0</version>
 </plugin>

A comprehensive list of changes is attached at the end of this mail.

Regards,

Paul Gier


Release Notes - Maven 2.x RMIC Plugin - Version 1.0


** Bug
    * [MRMIC-23] - rmic creates multiple stub files when run multiple times
    * [MRMIC-24] - rmic is run even when the classes are already up to date

** Improvement
    * [MRMIC-25] - Add configuration for testOutputDirectory
    * [MRMIC-26] - Fix checkstyle errors





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to