It looks like Assmebly is a Maven2 plugin. Is M2 stable? I was leaning away from it because it looked like it was an Alpha.
K.C. -----Original Message----- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:16 PM To: Maven Users List Subject: Re: How do I package dependent jars in my distribution? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 you probably want to look at the assembly plugin (maven-assembly-plugin). I think maven-core uses it, but I don't have the details on how to get started with it, other than to look at src/assemble under maven-core in the m2 svn, which is at: https://svn.apache.org/repos/asf/maven/components/trunk HTH, john KC Baltz wrote: | I've searched the archives, seen this question asked a bunch, but never seen an answer I liked. | | We're just starting to look at Maven and I'd like to be able to produce a ZIP file that contains both the jar created from the source of our project as well as all the jars it depends on. Is there a good way to do this in Maven? Specifically, I'd love an example. Do any of the Jakarta projects do this with Maven? | | | | K.C. Baltz | Java Developer | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFDKHb3K3h2CZwO/4URAvE2AKCVmluD43j/t8Bv+loiF7OKgh0rSACfbQLg jRyi2sa6BAma5kk4tb7hsE0= =zbak -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
