Maven 3 parallel builds profile

有没有一种方法可以在Maven 3中配置并行构建,而无需添加任何命令行选项(例如,在settings.xml配置配置文件)?


Not from the maven documentation on parallel builds.

Couple of related links (though not an answer to the question) are jira issue related to this and a stackoverflow discussion


你可以为你的shell创建一个别名来执行它

alias mvn='mvn -T4'
链接地址: http://www.djcxy.com/p/50106.html

上一篇: 错误:没有名称或路径'iphoneos'的SDK

下一篇: Maven 3并行构建配置文件