Re: [RNG] Aggregate artefacts (for archive download)

2016-11-24 Thread Stian Soiland-Reyes
Within the assembly descriptor you can use a for the modules you want to include. See https://github.com/apache/commons-jcs/blob/trunk/commons-jcs-dist/src/assembly/bin.xml for example, here the assembly is done in a -dist submodule itself, but it can also be done directly in the parent as long a

Re: [RNG] Aggregate artefacts (for archive download)

2016-11-24 Thread Jörg Schaible
Gilles wrote: > On Wed, 23 Nov 2016 09:12:33 -0800, Gary Gregory wrote: >> You use the assembly plugin. >> >> mvn assembly:single >> > > After running > $ mvn clean deploy assembly:single -Prelease -Ptest-deploy > > There is no single archive file containing all the distribution. > [Neither in

Re: [RNG] Aggregate artefacts (for archive download)

2016-11-23 Thread Gilles
On Wed, 23 Nov 2016 09:12:33 -0800, Gary Gregory wrote: You use the assembly plugin. mvn assembly:single After running $ mvn clean deploy assembly:single -Prelease -Ptest-deploy There is no single archive file containing all the distribution. [Neither in "target", nor in "targer/deploy".]

Re: [RNG] Aggregate artefacts (for archive download)

2016-11-23 Thread Gary Gregory
You use the assembly plugin. mvn assembly:single Gary On Nov 23, 2016 8:45 AM, "Gilles" 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 t