> -----Original Message----- > From: Mick Knutson [mailto:[EMAIL PROTECTED] > Sent: 30 November 2006 18:47 > To: Maven Users List > Subject: Re: [M2] A good guide to Multi-Module Assemblies? > > What is the issue? > > There is this: > http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html > > And it seems to work pretty well for me. If I knew what issue > you where having after this page, I can help... >
I have master project that I want to put an assembly into under `TOP/master/pom.xml' and I want to build zip and tar.gz files of it and the sub projects. TOP | +--master | | | +--src | | | | | +--assembly | | | | | +--dep.xml | | | +--pom.xml | +--alpha | | | +--pom.xml | +--beta | | | +--pom.xml | +--gamma | | | +--pom.xml | ... I understand how to create an assembly for a single project, but how can I archive all of this with a multi-module assembly? Do you have to create individual assemblies for every single sub-project (!)? TIA -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS LDN, 100 Liverpool Street, London EC2M 2RH, United Kingdom +44 (0) 20 75 75692 :: Java EE / E-Commerce / Enterprise Integration / Development :: Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]