Hi there, i have a working multi module setup where different modules create artifacts.
Parent +-- Mod A (Artifact: a.tar.gz, a-1.tar.gz, a-2.tar.gz, a-3.tar.gz) +-- Mod B (Artifact: b.tar.gz) +-- Mod C (Artifact: c.tar.gz) +-- Mod D Now i would like to create "Super-Archives" which comprises of different artifacts from different modules. For example: Artifact Install-a (Artifacts from Module A; Module C) Install-b (Artifacts from Module B; files from parent Module) So i would like to know the best practice to solve this...I can't use mvn deploy, cause i have to deliver the packages not via Maven Repos so i have to create "Super-Archives"... I have thought about this and would simply create assemblies which are configured in that why... For the case "using files from parent module", i would suggest to create a stand-alone sub-module and create usual artifacts... Does anybody has a good hint for this kind of problem ? Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]