Maven 3并行构建是否稳定 [英] Are Maven 3 parallel builds stable

查看:85
本文介绍了Maven 3并行构建是否稳定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Maven 3运行Maven并行构建.

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.

推荐答案

并行构建功能本身对我来说非常稳定.只需当心您正在使用的插件,因为它们需要是线程安全的.如果插件还不是线程安全的,您将收到警告.

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.

这篇关于Maven 3并行构建是否稳定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆