Hi all, I'm trying to improve my build performance by using the parallel build feature. I executed the mvn -T 10 clean install command on my root directory and I see a lot of warnings according which part of my plug-ins are not thread safe. The build finished after 10 mins (without the -T 10 it took 30 mins), but part of my projects where marked as SKIPPED at the end of the process. I application also doesn't work. My question is: Should upgrade all the plugins in order to use the parallel feature? Why can't I build with part of the plugins thread safe? Thank you for your answer, Sakin
-- View this message in context: http://maven.40175.n5.nabble.com/Starting-using-the-maven-3-parallel-building-tp4266155p4266155.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
