Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
检查各种 POM,我发现有时它们仅在部分中有<version>标签。<parent>有时他们在主要部分中有以下代码<version>${parent.version}</version>以及父版本中的版本。
<version>
<parent>
<version>${parent.version}</version>
在这些不同的情况下将使用哪个版本值?
在这两种情况下,来自父级的版本。
有关隐式版本继承信息,请参阅“POM 简介”。
有关继承的其他内容的更多信息,请参阅此文档。
它将从父版本“继承”版本,并执行许多其他配置。groupIdand也可以来自dependencies父级。
groupId
dependencies