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 "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?

That's what Gary meant. You have to add an execution for the assembly to the 
parent pom and configure an own assembly descriptor. assembly:single does 
not work from the command line.

Cheers,
Jörg



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

Reply via email to