Maven 参数说明

Posted ck_2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven 参数说明相关的知识,希望对你有一定的参考价值。

转自: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 参数说明的主要内容,如果未能解决你的问题,请参考以下文章

Maven中的参数分别是啥意思?

网络推币机接口文档开发解决方案

maven命令参考简要

Redis配置文件参数说明

configure 配置参数说明

JVM 参数说明