I have several sub module (say A, B + C) that each generate an assembly tar.gz and a module (X) that will bundle them all together by extracting the tarballs into ...
I have a main pom.xml which has multiple modules. These modules need to generate their own assemblies and have assembly plug-in and descriptor XML defined in their pom.xml.
Is it possible ...
I'm building a multi-module Maven project whose major product is a WAR file, and I'm trying to assemble that file together with associated release-related artifacts (README, release notes, license file, etc.) ...
I have a multi-module Maven project, and I would like to assemble together artifacts created by running the assembly plugin on individual modules. Is this possible?