+1 vote
in Maven - Coalescing Pipeline by
If you fail to define any information, where does your pom inherits that information from?

1 Answer

0 votes
by

All POMs are inherited from a parent despite explicitly defined or not. This base POM is called Super POM and it contains values that are inherited by default.

...