.POM File
.pom is Maven Build File
| Features | Description |
|---|---|
| File Extension | .pom |
| Format | XML |
| Created by | The Apache Project |
| Category | Developer |
.pom is Maven Build File
| Features | Description |
|---|---|
| File Extension | .pom |
| Format | XML |
| Created by | The Apache Project |
| Category | Developer |
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.