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


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


Reply via email to