------ Introduction to the POM ------ Jason van Zyl ------ 12 October 2005 ------ Introduction to the POM o You need a Project Object Model (POM) o Explain what is a POM is? o Explain that the POM is the fundamental unit of work in Maven o Explain the notion of the Super POM o Show what a minimal POM can look like %{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml} +-----+ 4.0.0 com.mycompany.app my-app jar 1.0-SNAPSHOT junit junit 3.8.1 test +-----+