I'm working on a older app which is an RMI server and client.  The client 
application needs interface classes and stub classes from the server and 
previously we did this with ANT just pulling out the classes we needed. I can't 
figure out how to do with with Maven though. Basically I need to create an rmi 
client jar that's just a subset of the server jar.  How can I do this?

Reply via email to