parent-pom is a parent configuration file in Maven POM inheritance.
A pom.xml
file is a configuration file for Maven to build a project.
It can be inherited from other pom.xml
files. A parent-pom
is the parent in POM (Project Object Model) inheritance.
All POM files inherit from a base Super POM in implicit way.