zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    tcp和udp的区别
    链路聚合配置
    TCP/IP协议
    ip数据报格式
    私有IP地址和公网IP地址
    ipconfig
    ipconfig
    命令更改ip地址2
    命令更改ip地址一
    路由器静态ip设置
  • 原文地址:https://www.cnblogs.com/ylz8401/p/12669226.html
Copyright © 2011-2022 走看看