Not 100% sure on this, but what if you try to make 2 assemblies here? the first one for the subsub-modules (inside the subparent) and the second one with the result of the subparent (=assembly of subsub-modules) and submodule? Not sure on how to do this, but it seems kind of logical this way to me...
Sorry if I was of no help! Roland On Wednesday 07 June 2006 12:11, LECAN Damien wrote: > Hello, > > I'm using maven-assembly-plugin with multi-modules projects, and it works > fine for "flat" hierachy. I mean for multi-modules projects as : > > Parent > +- Submodule1 > +- Submodule2 > > But for this kind of layout : > > Parent:pom > +- Submodule1:jar > +- SubParent:pom > +- Subsubmodule1:jar > +- Subsubmodule2:jar > > I am not able to build an assembly with all referenced modules (Submodule1, > Subsubmodule1 and Subsubmodule2). Moreover, assembly plugin tries to > include module SubParent whereas it is a pom module ! > > How to assemble all my project ? > Is it possible to exclude all pom modules from assembly ? (without > specifiying exclusion for each in assembly descriptor) > > Thanks > > Damien Lecan > > -- > Telematic Systems > B2i - Viveris Group France > > --------------------------------------------------------------------- > 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]
