Please read https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html

it is possible to run in parallel with plugins that are not verified thread safe, but there may be problems, therefore the loud warning. Since your build is actually
failing you obviously must upgrade your plugins.

Kristian

Den 27.03.2011 10:16, skrev sakin:
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to