Is it an EJB client jar your asking about? Have a look here: http://maven.apache.org/plugins/maven-ejb-plugin/examples/generating-ejb-client.html
/Anders On Thu, Oct 22, 2009 at 04:08, Michael Remijan <mjremi...@yahoo.com> wrote: > 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?