changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

parallelize maven plugin #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a config option to the maven plugin that specifies the number of threads 
allowed, create a threadpool and process the groups via that thread pool

Original issue reported on code.google.com by ecopoe...@gmail.com on 31 Aug 2012 at 7:35

GoogleCodeExporter commented 9 years ago
It is already possible to run preProcessors in parallel by setting 
parallelPreprocessing=true (this value is false by default).

Adding parallel group processing for maven plugin does make sense also.

Original comment by alex.obj...@gmail.com on 31 Aug 2012 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 3 Sep 2012 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 7 Sep 2012 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 7 Sep 2012 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 18 Sep 2012 at 9:07

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 26 Sep 2012 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 22 Jul 2013 at 4:08

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.7.x.

The following configuration has been added: parallelProcessing (false by 
default).
When this flag is enabled and there are more than one group to be processed, 
these will be processed in parallel, resulting in faster overall plugin 
execution time.

Original comment by alex.obj...@gmail.com on 28 Aug 2013 at 6:20