Michael Remijan wrote at Donnerstag, 22. Oktober 2009 04:08:

> 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?

Define an execution block for the jar-plugin and use an own configuration
within this block (See plugin docs for settings). Don't forget to set the
classifier though.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to