Are Maven 3 parallel builds stable

泄露秘密 提交于 2019-12-12 00:33:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!