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. Minimal POM The minimum requirement for a POM are the following: project root modelVersion - should be set to 4.0.0 … Continue reading POM file
