If you fail to define any information, where does your pom inherits that information from?
Answer Posted / Sachin Kumar
When you don't specify certain details in your `pom.xml` file, Maven attempts to inherit them from a parent project, if one is defined. If no parent project is specified, then it uses default values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers