Project Object Model

From Wikipedia, the free encyclopedia

The Project Object Model (POM) is the central construct of the Apache Maven build management system.

[edit] Versions

The POM comes in two flavors: version 3.0 and version 4.0, corrosponding respectively to Maven 1.x and Maven 2.x.

[edit] External links

Maven 1.x POM v3.0

  1. http://maven.apache.org/maven-v3_0_0.xsd
  2. POM 3.0 Reference

Maven 2.x POM v4.0

  1. http://maven.apache.org/maven-v4_0_0.xsd
  2. POM 4.0 Reference
  3. Introduction to the POM
  4. The Maven 2 POM demystified


In other languages