My Sites


Wednesday, August 14, 2013

Introduction to the Project Object Model


POM (Project Object Model) is an xml file which contains the project configuration details used by Maven. It defines the model of the project which provides the entire configuration required for a project. In maven based development the jars, libraries that required, are added to the project using this pom.xml. In the POM context we call those jars, libraries as Dependencies.

No comments:

Post a Comment