【发布时间】:2018-11-26 14:45:18
【问题描述】:
我目前正在为多个项目设置 CI/CD 链。我想在我们的 Jenkins 服务器的每个构建中注入一个 maven 插件(这个:https://github.com/cedricwalter/git-branch-renamer-maven-plugin)。有没有办法将插件注入构建而不将其添加到每个项目中的每个 pom.xml 中?
【问题讨论】:
-
可以在父pom中添加插件。
标签: maven jenkins maven-plugin