Maven allows you to import dependencies , for example, import Spring boot dependencies, into a project with a different parent using the import area. How does this affect plugin management?
I want to use plugin versions defined in the <pluginManagement> section of the imported dependency ( <spring-boot-dependencies> in this case), but I notice different versions of plugins, for example surefire, used in different environments, for example, in TeamCity and at the local level .
source share