博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Maven常用参数及其说明
阅读量:5072 次
发布时间:2019-06-12

本文共 2423 字,大约阅读时间需要 8 分钟。

Maven常用参数及其说明-h,--help                              Display help information-am,--also-make                        构建指定模块,同时构建指定模块依赖的其他模块;-amd,--also-make-dependents            构建指定模块,同时构建依赖于指定模块的其他模块;-B,--batch-mode                        以批处理(batch)模式运行;-C,--strict-checksums                  检查不通过,则构建失败;(严格检查)-c,--lax-checksums                     检查不通过,则警告;(宽松检查)-D,--define 
Define a system property-e,--errors 显示详细错误信息-emp,--encrypt-master-password
Encrypt master security password-ep,--encrypt-password
Encrypt server password-f,--file
使用指定的POM文件替换当前POM文件-fae,--fail-at-end 最后失败模式:Maven会在构建最后失败(停止)。如果Maven refactor中一个失败了,Maven会继续构建其它项目,并在构建最后报告失败。-ff,--fail-fast 最快失败模式: 多模块构建时,遇到第一个失败的构建时停止。-fn,--fail-never 从不失败模式:Maven从来不会为一个失败停止,也不会报告失败。-gs,--global-settings
替换全局级别settings.xml文件(Alternate path for the global settings file)-l,--log-file
指定输出日志文件-N,--non-recursive 仅构建当前模块,而不构建子模块(即关闭Reactor功能)。-nsu,--no-snapshot-updates 强制不更新SNAPSHOT(Suppress SNAPSHOT updates)-U,--update-snapshots 强制更新releases、snapshots类型的插件或依赖库(否则maven一天只会更新一次snapshot依赖)-o,--offline 运行offline模式,不联网进行依赖更新-P,--activate-profiles
激活指定的profile文件列表(用逗号[,]隔开)-pl,--projects
手动选择需要构建的项目,项目间以逗号分隔;A project can be specified by [groupId]:artifactId or by its relative path.-q,--quiet 安静模式,只输出ERROR-rf,--resume-from
从指定的项目(或模块)开始继续构建-s,--settings
替换用户级别settings.xml文件(Alternate path for the user settings file)-T,--threads
Thread count, for instance 2.0C where C is core multiplied-t,--toolchains
Alternate path for the user toolchains file-V,--show-version Display version information WITHOUT stopping build-v,--version Display version information-X,--debug 输出详细信息,debug模式。-cpu,--check-plugin-updates 【废弃】,仅为了向后兼容-npr,--no-plugin-registry 【废弃】,仅为了向后兼容-npu,--no-plugin-updates 【废弃】,仅为了向后兼容-up,--update-plugins 【废弃】,仅为了向后兼容必选的Profile一般配置在settings.xml中,始终激活;可选的Profile一般配置在pom.xml中,持续集成时,根据不同环境激活不同的Profile;$ mvn help:active-profiles 列出当前激活的Profile$ mvn help:all-profiles 列出当前所有的Profile到目前为止(最新版本为3.1.1)Maven的不足:1.无法在Profile中引用另外一个Profile,Maven不支持,从而导致代码重复; https://blog.csdn.net/wangjunjun2008/article/details/18982089

 

转载于:https://www.cnblogs.com/jpit/p/9210302.html

你可能感兴趣的文章
Scrapy实战篇(三)之爬取豆瓣电影短评
查看>>
HDU 5510 Bazinga KMP
查看>>
[13年迁移]Firefox下margin-top问题
查看>>
Zookeeper常用命令 (转)
查看>>
【CF888E】Maximum Subsequence 折半搜索
查看>>
Java程序IP v6与IP v4的设置
查看>>
RUP(Rational Unified Process),统一软件开发过程
查看>>
eclipse下的tomcat内存设置大小
查看>>
数据库链路创建方法
查看>>
linux文件
查看>>
Linux CentOS6.5上搭建环境遇到的问题
查看>>
Enterprise Library - Data Access Application Block 6.0.1304
查看>>
重构代码 —— 函数即变量(Replace temp with Query)
查看>>
vmware tools 的安装(Read-only file system 的解决)
查看>>
Bootstrap栅格学习
查看>>
程序员的数学
查看>>
聚合与组合
查看>>
数据库图片存储也读取
查看>>
jQuery如何获得select选中的值?input单选radio选中的值
查看>>
粘贴板工具,剪切板工具
查看>>