开发者_开发问答When I specify version of my dependencies within pom.xml, there's a warning :
Overrides version defined in PluginManagement. The managed version is _____.
What does this mean and how do I rectify it ?
That message would mean that the version you have specified for a plugin is different than the version "recommended" by the parent (has nothing to do with deps). You are allowed to do this.
Plugin Management
精彩评论