ok. Someone knows a good example of the use of that assembly plugin with a multiple modules project ?
--- On Sat, 2/26/11, Anders Hammar <[email protected]> wrote: From: Anders Hammar <[email protected]> Subject: Re: Assembly plugin to produce an EAR archive To: "Maven Users List" <[email protected]> Date: Saturday, February 26, 2011, 7:17 AM Normally, you ear plugin should fit your needs. If it turns out not to do all you want it to do, then possibly look at the assembly plugin. /Anders On Sat, Feb 26, 2011 at 16:11, Celinio <[email protected]> wrote: > Hi, > I have this multiple module project where one module is the parent and 2 > other modules are children. > One child module produces a JAR and the other child module produces a WAR > archive (webapp). > > I would like to use the assembly plugin to join these 2 archives inside an > EAR archive. > Is there some example / tutorial out there ? > > I know there is also an EAR plugin but i'm still evaluating / testing these > plugins so i am interested to know which one is best for this situation. > > Any idea ? > Thanks for helping. > > > >
