Maven Core Concepts

Maven is based on the concept of project object model (POM) file. POM is an XML file which contains project resources like source code, test code and dependencies (external JARs) etc. The POM file should be in the project’s root directory.

Maven overview diagram:


  • Maven reads the pom.xml file.
  • Downloads dependencies into local repository.
  • Execute life cycles, build phases and goals.
  • Execute plugins.

Maven Core Concepts:

  • POM Files
  • Build Life Cycles, Phases and Goals
  • Dependencies and Repositories
  • Build Plugins
  • Build Profiles


Please follow and like us:
Content Protection by DMCA.com