You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by vijayrcse <vi...@gs.com> on 2012/01/21 10:54:31 UTC

Single zip out of multi module project

Hi 

I am a newbie to Maven. This is my problem

I have a multi module pom project. Ex :

A is the parent having its pom, with 3 sub modules as B, C D
When i build A i am getting three separate zip files for B c and D

How to build A such that i just get one zip, and i should be able to unzip
and deploy it as three deployment with in a same location

Thanks in Advance
-vijay

--
View this message in context: http://maven.40175.n5.nabble.com/Single-zip-out-of-multi-module-project-tp5162415p5162415.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Single zip out of multi module project

Posted by Guillaume Polet <gu...@gmail.com>.
Have a look at the maven assembly plugin.

Cheers,
Guillaume

Le 21/01/2012 10:54, vijayrcse a écrit :
> Hi
>
> I am a newbie to Maven. This is my problem
>
> I have a multi module pom project. Ex :
>
> A is the parent having its pom, with 3 sub modules as B, C D
> When i build A i am getting three separate zip files for B c and D
>
> How to build A such that i just get one zip, and i should be able to unzip
> and deploy it as three deployment with in a same location
>
> Thanks in Advance
> -vijay
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/Single-zip-out-of-multi-module-project-tp5162415p5162415.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org