Hi all, With Maven (3.0.3), I can generate a ZIP file containing some resources from my projet, with maven-assembly-plugin and an assembly.xml descriptor. OK.
I can also generate 2 different ZIP files with 2 executions binded on different phases. OK. Now, I need to generate the second ZIP file containing some resources and the first generated ZIP file. I can do that with a separated module to generate the first ZIP file. But is it possible without modules, just one Maven project ? In fact, my problem is how to reference the first ZIP file in the assembly.xml for the second ZIP file generation. Thanks for any help, Xavier
