With the help of this post, I am trying to collate the best practices to Centralize the Maven Plugins and Dependencies in one pom ? Although few of the questions are bit obivious, I am still posting it as an open question for the sake of curating all the questions to conclude an ideal super pom for a corporate use. I welcome hearing from the Maven gurus.
Will
<pluginManagement>
from parent pom be inherited into child pom ?Will
<dependencyManagement>
from parent pom be inherited into child pom ?Will
<properties>
from parent pom be inherited into child pom ?Will BOM pom import bring in dependencies from its
<dependencyManagement>
section ?Will BOM pom import bring in plugins from its
<pluginManagement>
section ?Will BOM pom import bring in properties from its
<properties>
section ?