You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Gier <pg...@redhat.com> on 2008/11/20 17:18:04 UTC

[ANN] Rmic Maven Plugin 1.0 Released

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