Project Object Model (POM) XML File

From GM-RKB
(Redirected from POM XML File)
Jump to navigation Jump to search

A Project Object Model (POM) XML File is an XML file that represents a Maven project.

  • Context:
    • It can (typically) be named pom.xml.
    • It can (typically) contain project and configuration information, such as: dependencies, build directory, source directory, test source directory, plugin, goals, etc.
    • It can (typically) be used by Apache Maven to build the project.
  • See: Apache Maven, Page Object Model (POM).


References

2019