-
Maven’s Project Object Model
Maven’s POM.xml – A file to build Projects In the previous article i.e. ‘Apache Maven – A tool to build Artifacts’, we explored Apache Maven like what is Maven? Maven Repositories and Maven Build Lifecycle and Phases. So, moving further, here we will discuss more in detail about the POM.xml. What is POM? A…
-
Apache Maven – A tool to build Artifacts
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Using Maven, we can build and manage any Java based project. Maven software is used very often in the industry,…