Where is POM XML in Maven?

Where can one find POM XML in Maven

Project Object Model stands for Project Object Model. In Maven, it is the most basic unit of work. It’s an XML file called pom. xml that lives in the project’s root directory.