子pom可以从自定义父pom的spring-boot-starter-parent继承插件管理和依赖项管理吗?

时间:2019-06-07 14:26:15

标签: maven spring-boot spring-boot-starter

假设,我有一个自定义父pom,其中spring-boot-starter-parent作为其父。此自定义父级的子pom是否能够从spring-boot-starter-parent继承插件管理和依赖项管理?

据我所知:如果使用自定义父项,则无法使用spring-boot-starter-parent的插件管理功能,但可以通过将spring-boot-dependencies作为BOM导入来使用依赖项管理。但是请说-我的自定义父级将spring-boot-starter-parent作为其父级-此自定义父级的子pom是否可以通过传递依赖项继承/使用spring-boot-starter-parent的依赖项和插件管理功能机制?我认为可以,但是我不是100%自信。我仍然是Maven的新手,对此我不太了解。请帮忙解释一下。

1 个答案:

答案 0 :(得分:0)

继承有效。您可以尝试一下。

供您参考,她是官方文件:

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-maven-without-a-parent