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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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