gpt4 book ai didi

maven - 在(类似于)BOM 中集中插件版本?

转载 作者:行者123 更新时间:2023-12-03 20:29:56 25 4
gpt4 key购买 nike

我开始使用 BOM 来集中项目中常见依赖项的版本。但是,它似乎不适用于插件版本:如果我在 BOM 中添加一个 pluginManagement 部分,则在那里声明的插件版本似乎不会影响导入 BOM 的项目的插件版本(Maven 提示该版本未指定)。

这是为什么?那么集中通用插件版本的“Maven”方式是什么?我应该为此使用父 POM 吗?

最佳答案

如果您使用范围 import 使用的 BOM这意味着只考虑 dependencyManagement part .摘自文档:

This scope is only used on a dependency of type pom in the section. It indicates that the specified POM should be replaced with the dependencies in that POM's section. Since they are replaced, dependencies with a scope of import do not actually participate in limiting the transitivity of a dependency.



要定义插件,您应该使用通过 pluginManagement 定义插件版本的父级。

关于maven - 在(类似于)BOM 中集中插件版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32475578/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com