【发布时间】:2017-03-29 02:59:30
【问题描述】:
Maven 允许 import dependencies 使用导入范围将 Spring Boot 依赖项导入到具有不同父级的项目中。这对插件管理有何影响?
我想使用在导入依赖项的<pluginManagement> 部分中定义的插件版本(在本例中为<spring-boot-dependencies>),但我注意到不同版本的插件,比如surefire,在不同的环境中使用,比如在TeamCity 和本地。
【问题讨论】:
标签: maven spring-boot