码迷,mamicode.com
首页 > 其他好文 > 详细

Maven 参数说明

时间:2020-04-09 20:20:03      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:hat   ble   logs   说明   tab   cto   test   sum   路径   

转自:https://www.cnblogs.com/hiver/p/7850954.html

参数 全称 释义 说明
-pl --projects Build specified reactor projects instead of all projects

选项后可跟随{groupId}:{artifactId}或者所选模块的相对路径(多个模块以逗号分隔)

-am --also-make If project list is specified, also build projects required by the list

表示同时处理选定模块所依赖的模块

-amd --also-make-dependents If project list is specified, also build projects that depend on projects on the list

表示同时处理依赖选定模块的模块

-N --Non-recursive Build projects without recursive

表示不递归子模块

-rf --resume-from Resume reactor from specified project

表示从指定模块开始继续处理

 

mvn clean install -pl vi,vi-core -am -Dmaven.test.skip=true

 

Maven 参数说明

标签:hat   ble   logs   说明   tab   cto   test   sum   路径   

原文地址:https://www.cnblogs.com/ylz8401/p/12669226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!