[
http://jira.codehaus.org/browse/MRMIC-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123365
]
Juergen Mayrbaeurl commented on MRMIC-17:
-----------------------------------------
Fixed to bug in the meantime. The package goal has used a wrong default value
for the generated stub classes includes. Changed it from '**/_Stub.class" to
"**/*_Stub.class"
> Empty ..-client.jar with 'package' goal
> ---------------------------------------
>
> Key: MRMIC-17
> URL: http://jira.codehaus.org/browse/MRMIC-17
> Project: Maven 2.x RMIC Plugin
> Issue Type: Bug
> Affects Versions: 1.0-alpha-1
> Environment: WindowsXP, Maven 2.0.7
> Reporter: Juergen Mayrbaeurl
> Attachments: rmic-maven-plugin.diff
>
>
> Using the 'package' goal generates empty ..-client.jar. Generated stub class
> is in 'target/rmi-classes'
> Extract of pom.xml:
> <!-- Generate and package RMI Stub classes -->
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>rmic-maven-plugin</artifactId>
> <version>1.0-alpha-1-SNAPSHOT</version>
> <executions>
> <execution>
> <id>RMI RequestBroker Stub Generation</id>
> <goals>
> <goal>rmic</goal>
> </goals>
> <configuration>
> <verbose>true</verbose>
> <includes>
>
> <include>**/RequestBroker.class</include>
> </includes>
> </configuration>
> </execution>
> <execution>
> <id>RMI RequestBroker Stub Packaging</id>
> <goals>
> <goal>package</goal>
> </goals>
> <configuration>
> <verbose>true</verbose>
> </configuration>
> </execution>
> </executions>
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email