Given: parent pom with a certain config for a plugin in the build/plugins section. child having as parent the above pom.
Question: is the child going to inherit the parent config for the plugin in discussion?
Thanks
Given: parent pom with a certain config for a plugin in the build/plugins section. child having as parent the above pom.
Question: is the child going to inherit the parent config for the plugin in discussion?
Thanks
To an extent - yes - but I expect there are limits.
Here's a cut-down example of some uses of inheritance. This shows re-use of project properties and dependency details. I am sure there are other examples.
Parent POM:
Child POM: