I have a multi-module maven project. The ultimate goal covers all the libraries, etc. that we create in tarball and RPM for distribution. This target uses the maven-assembly-plugin module, and it takes forever - usually from a quarter to half of our total build time.
I think we are already telling Maven to start multithreading (although I'm not sure and don't know how to check). Is there any other optimization I can do to make unpacking / repacking faster? Is it just a matter of using a stiffer machine? Our project does not seem so large (the final result is ~ 70-80 MB), but for this phase it takes more than a minute.
source share