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]

Reply via email to