📜  是什么<parent>tag maven - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:27.255000             🧑  作者: Mango

代码示例1
maven reads the parent POM from your local repository (or proxies like nexus) and creates an 'effective POM' by merging the information from parent and module POM. One reason to use a parent is that you have a central place to store information about versions of artifacts, compiler-settings etc.