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
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
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".]
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