问题
I am currently running maven parallel builds using maven 3.
mvn -T 2C clean install
can some one tell are these are stable or not.
回答1:
The parallel build feature per se is pretty stable for me. Just watch out for the plugins that you are using because they need to be thread safe. You will receive a warning if the plugins are not thread safe yet.
来源:https://stackoverflow.com/questions/18589626/are-maven-3-parallel-builds-stable