Re: Building standalone jars

2010-03-23 Thread Manos Batsis
Wayne Fay wrote: I guess my general question is: How do you build standalone executable jars that don't depend on other jars moving along with them? Shade plugin. It is also very easy to do with the uberjar plugin http://maven.apache.org/maven-1.x/plugins/uberjar/

Re: Building standalone jars

2010-03-23 Thread Jan T. Kim
On Tue, Mar 23, 2010 at 04:38:32AM +, Ron Wheeler wrote: Everyone should be used to using Classes that are grouped into libraries. yes -- that's what I require adding jars to my classpath for. Jan T. Kim wrote: Dear All, I need to build a standalone executable jar and have the

Building standalone jars

2010-03-22 Thread Jan T. Kim
Dear All, I need to build a standalone executable jar and have the following difficulties: * the app needs a bunch of classes from another module * the app needs classes provided by non-Maven jars This leads me to these questions: (1) How can I include classes from other modules

Re: Building standalone jars

2010-03-22 Thread Wayne Fay
I guess my general question is: How do you build standalone executable jars that don't depend on other jars moving along with them? Shade plugin. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Building standalone jars

2010-03-22 Thread Ron Wheeler
Everyone should be used to using Classes that are grouped into libraries. Jan T. Kim wrote: Dear All, I need to build a standalone executable jar and have the following difficulties: * the app needs a bunch of classes from another module break the other module into a jar that contains