开发者

Maven 3 parallel builds profile

开发者 https://www.devze.com 2023-02-04 22:44 出处:网络
Is there a way to configure parallel build in Maven 3 with开发者_StackOverflow社区out adding any command line options (e.g. configure a profile in settings.xml)?Not from the maven documentation on par

Is there a way to configure parallel build in Maven 3 with开发者_StackOverflow社区out adding any command line options (e.g. configure a profile in 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


You can create an alias for your shell to do it

alias mvn='mvn -T4'
0

精彩评论

暂无评论...
验证码 换一张
取 消