Monday, 16 May 2016

What is pom.xml and how it is different from project.xml ?


pom.xml

  • POM = Project Object Model
  • contains project info and configuration - dependencies, source dir, test dir, build dir
  • Maven reads pom.xml and execute the target


pom.xml vs. project.xml

  • Before Maven 2, project.xml is used
  • pom.xml is used in Maven 2 and later versions


No comments:

Post a Comment

Note: only a member of this blog may post a comment.