I tried the assembly plugin before but i couldnt figure out how to include the subprojects(modules).
-----Original Message----- From: Du,Guo [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 4:18 PM To: Maven Users List Subject: Re: How to create a distribution from a pom-pom You may use assembly plugin to achive this. There already has such a question before. http://maven.apache.org/plugins/maven-assembly-plugin/ Kind regards, Du, Guo ----- Original Message ----- From: "Jens Zastrow" <[EMAIL PROTECTED]> To: "Maven Users List" <[email protected]> Sent: Tuesday, February 28, 2006 3:10 PM Subject: How to create a distribution from a pom-pom I have a Multimodule build. Parent <pom> A <jar> B <jar> C <jar> Is there a plugin out there to copy the A,B,C jars + their deps into to directory/zip? Thanks Jens Zastrow --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
