Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Michael Osipov
Am 2015-04-27 um 20:39 schrieb Kristian Rosenvold: The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules,

Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
I divides the zip into N streams where N=number of cpu cores. Subsequently files are submitted round-robin to each stream (it's actually fork-join with work-stealing on java7). Each stream is written to memory with an offload to disk if it grows too large. When all streams are done they are

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread cody.a.fyler
, April 27, 2015 2:00 PM To: Maven Users List Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released I divides the zip into N streams where N=number of cpu cores. Subsequently files are submitted round-robin to each stream (it's actually fork-join with work-stealing on java7). Each stream

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
-Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: Monday, April 27, 2015 2:00 PM To: Maven Users List Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released I divides the zip into N streams where N=number