File extension pom

Name: Programming Files

Popularity: 4

Open With: Maven

What is this pom file?

File used by Maven, a Java program used to build Java applications and manage their dependencies; contains build information, such as required software dependencies, dependency scope, and packaging information. POM files also include build information such as the program name, build version, and required build plug-ins. NOTE: POM files are more commonly seen with an .XML file extension. They most commonly use the filename pom.xml.