So right now I have a parent module which contains all the child modules listed as "modules" You'll see this in the sample I linked to.
I think what you are suggesting is rather then have a parent module to have another module at the same level as the jar/wars and list them as actual dependencies? On Mon, Jan 18, 2010 at 12:52 PM, Wayne Fay <[email protected]> wrote: > > The reason I am running assembly at the top is that I need to create an > > archive zip file with the output of all the projects. > > But you can do this by merely making another module which depends on > all the other artifacts. And then run assembly from there. Right? > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
