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

Shouldn't something be added to
  src/assembly/src.xml
  src/assembly/bin.xml
in order to achieve that goal?

Regards,
Gilles


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




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to