You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Russell Gold <ru...@gold-family.us> on 2012/12/25 05:20:00 UTC

[ANN] rmic-maven-plugin 1.2.1 Released

The Mojo team is pleased to announce the release of the RMIC maven plugin, version 1.2.1

This plugin allows the generation of CORBA stubs from Java classes

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

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

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

Release Notes - Maven 2.x CORBA RMIC Compiler Plugin - Version 1.2.1

The following bugs have been fixed:
[MRMIC-32] - Running with -X causes a null pointer exception
[MRMIC-33] - Crash with NoSuchMethodException



Enjoy,

-The Mojo team