• ,

    Maven POM Concepts

    Each project has a corresponding Project Object Model or POM file that is located in the root directory. Whenever a goal (a specific build task) has to be executed, Maven looks for the configuration details in POM. Project details can be represented in the form of XML file called pom.xml. It is the fundamental unit… Continue reading

  • ,

    Maven Core Features

    Maven works around the following core concepts Project Object Model (POM) is the XML representation of the project where all the dependencies and configuration details are stored. POM plays a major role in ensuring that all the project resource references are maintained. Build Life Cycles, Phases, Goals – Maven build process is composed of many… Continue reading

  • ,

    Why Maven Need?

    Maven is a very popular build automation tool used for Java projects. Often while working on a Java application, you might be handling numerous jar files. You will have to handle proper dependency, version inclusions, building, publishing as well as deploying the app. One of the efficient and hassle-free ways to deal with these activities… Continue reading

Get started today, get in touch!