You use the assembly plugin. mvn assembly:single
Gary On Nov 23, 2016 8:45 AM, "Gilles" <gil...@harfang.homelinux.org> wrote: > Hello. > > > AFAIU, a multi-module project creates separate artefacts for each > module. > This is all fine but for the case when one wants to download them > from the web site: a user would have to download each module > separately (from the "Download" link on the module's respective > page). > > This is tedious since the most usual case is that more than one > artefact would be needed. (And certainly if one wants to build > from the "src" archives.) > > How can I generate the "parent" artefacts > commons-rng-1.0-bin.tar.gz > commons-rng-1.0-src.tar.gz > ... (idem for ".zip" etc.) > so that they contain the artefacts of _all_ the modules? > > > Thanks, > Gilles > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >