Re: How to package a binary distribution with dependencies / resources

2006-07-13 Thread Jeremy Thomerson
Never mind, I finally found the assembly plugin. http://maven.apache.org/plugins/maven-assembly-plugin/howto.html JT On 7/12/06, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: Okay, I give up. I've searched high and low. I'm new to Maven, just using it (2.0.4) for an OS project I opened ( http

RE: How to package a binary distribution with dependencies / resources

2006-07-12 Thread Jörg Schaible
Jeremy Thomerson wrote on Wednesday, July 12, 2006 9:27 AM: > Okay, I give up. I've searched high and low. I'm new to > Maven, just using > it (2.0.4) for an OS project I opened > (http://vitalsigns.sourceforge.net). > I love it so far, except that I'm having a terrible time > trying to find an

How to package a binary distribution with dependencies / resources

2006-07-12 Thread Jeremy Thomerson
Okay, I give up. I've searched high and low. I'm new to Maven, just using it (2.0.4) for an OS project I opened (http://vitalsigns.sourceforge.net). I love it so far, except that I'm having a terrible time trying to find an documentation on how to do anything other then the out-of-the--box funct

Re: distribution with dependencies

2005-11-16 Thread John Tolentino
Try maven-assembly-plugin (http://maven.apache.org/plugins/maven-assembly-plugin). Regards, John [EMAIL PROTECTED] wrote: are there any maven2 plugins available that build a distribution (zip, tar, etc) that include all the project dependencies? including transitive dependencies as well? -

Re: distribution with dependencies

2005-11-16 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You're looking for the assembly plugin: http://maven.apache.org/plugins/maven-assembly-plugin/ That's linked off the main page under the "Available Plugins" section of the left navigation, btw. - -j [EMAIL PROTECTED] wrote: | are there any maven2 p

distribution with dependencies

2005-11-16 Thread wireframe . 14937378
are there any maven2 plugins available that build a distribution (zip, tar, etc) that include all the project dependencies? including transitive dependencies as well? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co