When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Build Automation with Apache Maven

Learn to perform projects build, dependency & documentation using Maven. Become a DevOps engineer with maven expertise.

     0 |
  • Reviews ( 0 )
₹799

This Course Includes

  • iconudemy
  • icon0 (0 reviews )
  • icon5.5 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Build Automation with Apache Maven

A warm welcome to the Apache Maven course by Uplatz.

Apache Maven is a powerful software project management, build and comprehension tool build primarily for Java software projects. It is implemented in Java that makes it platform-independent.

The job of Build tools is to perform the compilation, testing, packaging and deployment of the final product. The advantages of performing these steps automatically instead of a human performing these steps is that the build is reproducible, faster and less error prone. Maven can perform these activities, e.g., create web sites, upload build results or generate reports. Maven also supports the creation of the initial folder structure for applications to make it easy to get started.

Focused on project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Maven is used for projects build, dependency and documentation. It simplifies the build process like ANT, infact it's much more advanced. In summary, maven is a tool that can be used for building and managing any Java-based project. Maven make the day-to-day work of Java developers easier and generally help with the comprehension of any Java-based project.

The key features of Maven include:

Easily build a project using maven

Add jars and other dependencies of the project easily using the help of maven. It supports the definition and usage of dependencies to other libraries and projects. During the build, the Maven build system resolves the dependencies and it also builds the dependent projects if needed.

Maven provides project information (log document, dependency list, unit test reports etc.)

Maven is very helpful for a project while updating central repository of JARs and other dependencies

Build any number of projects into output types like the JAR, WAR etc without doing any scripting

Using maven we can easily integrate our project with source control system (such as Subversion or Git)

Avoid as much configuration as possible, by choosing real world default values and supplying project templates

Maven build system is extensible via plug-ins, which allows to keep the Maven core small. The Maven core does for example not know how to compile Java source code, this is handled by the compiler plug-in.

Course Objectives

Download, install Maven and run a simple build

Understand Maven fundamentals and concepts

Understand Maven configuration essentials

Configure and locate dependencies for a project

Configure plugins to run unit tests

Create and configure Maven multi-module projects

Apache Maven - Course Syllabus

Maven Introduction

Downloading and Installing Maven

Maven Repositories

Creating Maven Standalone Project in CLI

What are JAR, WAR, EAR files

Maven Build Life Cycle

Developing Standalone Maven Project in Non-Interactive Mode

Running Test Cases with Maven

Creating Maven Web Project in CLI

Creating Maven Standalone Project through IDE

Creating Maven Web Project through IDE

Adding Dependencies to pom.xml

Dependency Chain

Maven Scopes

What You Will Learn?

  • Get introduced to Maven, a powerful build automation tool used primarily for Java projects.
  • Learn to download and install Maven.
  • Define Maven Repositories.
  • Create Maven Standalone Project in CLI.
  • Create Maven Web Project through IDE.
  • Understand what are JAR, WAR, EAR files.
  • Describe Maven Build Life Cycle.
  • Develop Standalone Maven Project.
  • Learn how to run Test Cases with Maven.
  • Learn how to add Dependencies to pom xml.
  • Understand Dependency Chain and Maven Scopes.