Styrow.dev
Question 6 of 20
Maven Topic: General medium

What is POM?

Question

What is POM?

Answer

POM (Project Object Model) is fundamental Unit of Work in Maven. It is an XML file. It always resides in the base directory of the project as pom.xml. It contains information about the project and various configuration details used by Maven to build the project.