欢迎您访问365答案网,请分享给你的朋友!
生活常识 学习资料

build-helper-maven-plugin简单讲解

时间:2023-06-19
简介 官方文档

https://www.mojohaus.org/build-helper-maven-plugin/index.html

常用的Goals 名称说明build-helper:add-source添加一个或者多个目录到POM.build-helper:add-test-source添加测试目录到 POM.build-helper:add-resource添加资源目录到POM.build-helper:add-test-resource添加测试资源目录到POM.build-helper:attach-artifact附加要安装和部署的其他部件。build-helper:maven-version设置一个包含当前版本的 maven 的属性。build-helper:regex-property通过将正则表达式替换规则应用于提供的值来设置属性。build-helper:regex-properties通过将正则表达式替换规则应用于提供的值来设置属性.build-helper:released-version解决本项目最新发布的版本.build-helper:parse-version将版本解析为不同的属性.build-helper:remove-project-artifact从本地存储库中删除项目的工件.build-helper:reserve-network-port保留随机和未使用的网络端口列表.build-helper:local-ip检索当前主机 IP 地址.build-helper:hostname检索当前主机名.build-helper:cpu-count检索可用 CPU 的数量.build-helper:timestamp-property根据当前日期和时间设置属性.build-helper:uptodate-property根据文件集的输出相对于其输入是否是最新的来设置属性.build-helper:uptodate-properties根据多个文件集的输出相对于它们的输入是否是最新的来设置多个属性.build-helper:rootlocation设置定义多模块构建的根文件夹的属性.简单用法

... org.codehaus.mojo build-helper-maven-plugin 3.3.0 add-source generate-sources add-source some directory ... timestamp-property timestamp-property current.time yyyyMMddHHmmss GMT+8

获得当前时间的那个,可以通过configuration的name在pom的其他地方通过${current.time}来引用当前时间

Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:

部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。