What is the main feature of a POM file and why is it actually used?
How will the dependencies get mapped to the Java virtual machine whatever we give in it and become flexible on application?
What is the main feature of a POM file and why is it actually used?
How will the dependencies get mapped to the Java virtual machine whatever we give in it and become flexible on application?
Source: Official Documentation
It is not a
java
file. It ismaven
configuration file.What is a POM?
A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configuration details used by Maven to build the project. Read more.