tycho
tycho copied to clipboard
tycho-p2-repository-plugin:assemble-repository should assemble each item in parallel
Currently the tycho-p2-repository-plugin:assemble-repository assemble each environment (win/linux/mac...) after each other.
We should provide a way to parallelize this as this is a lengthy operation. One problem might be that currently this produces one big repository that most likely can't be shared between threads.