Hi,
I downloaded and installed rmic plugin from
https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/rmic-maven-plugin/
The problem is no stubs are generated and included in jar. I think the
plugin is not even executed.
My project's plugin section in pom looks like
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rmic-maven-plugin</artifactId>
<version>1.0-alpha-1-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<outputEncoding>utf-8</outputEncoding>
</configuration>
</plugin>
</plugins>
There are
rmic-maven-plugin-1.0-alpha-1-SNAPSHOT.jar
rmic-maven-plugin-1.0-alpha-1-SNAPSHOT.pom
in my local
.m2\repository\org\codehaus\mojo\rmic-maven-plugin\1.0-alpha-1-SNAPSHOT
There are no docs about this plugin, please help.
Regards,
Borut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]